Add extra bit to ensure fixedness for #2951
This commit is contained in:
parent
d505826bc5
commit
b4332b80e4
1 changed files with 7 additions and 6 deletions
|
|
@ -684,10 +684,11 @@ form p.checkbox_select
|
||||||
*:-moz-placeholder
|
*:-moz-placeholder
|
||||||
@include placeholder_styles
|
@include placeholder_styles
|
||||||
|
|
||||||
#file-upload
|
#file-upload
|
||||||
input
|
input
|
||||||
:height 100%
|
:height 100%
|
||||||
:width 100%
|
:width 100%
|
||||||
|
:cursor pointer
|
||||||
|
|
||||||
#publisher
|
#publisher
|
||||||
:z-index 1
|
:z-index 1
|
||||||
|
|
@ -775,11 +776,11 @@ form p.checkbox_select
|
||||||
:padding .3em .3em 3px
|
:padding .3em .3em 3px
|
||||||
:position absolute !important
|
:position absolute !important
|
||||||
:right 6px
|
:right 6px
|
||||||
|
:cursor pointer
|
||||||
|
|
||||||
|
|
||||||
input[type='file']
|
input[type='file']
|
||||||
:cursor pointer
|
:cursor pointer
|
||||||
:top initial !important
|
|
||||||
:right initial !important
|
:right initial !important
|
||||||
:height 100%
|
:height 100%
|
||||||
:width 100%
|
:width 100%
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue