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
|
|
@ -685,9 +685,10 @@ form p.checkbox_select
|
|||
@include placeholder_styles
|
||||
|
||||
#file-upload
|
||||
input
|
||||
:height 100%
|
||||
:width 100%
|
||||
input
|
||||
:height 100%
|
||||
:width 100%
|
||||
:cursor pointer
|
||||
|
||||
#publisher
|
||||
:z-index 1
|
||||
|
|
@ -775,11 +776,11 @@ form p.checkbox_select
|
|||
:padding .3em .3em 3px
|
||||
:position absolute !important
|
||||
:right 6px
|
||||
:cursor pointer
|
||||
|
||||
|
||||
input[type='file']
|
||||
:cursor pointer
|
||||
:top initial !important
|
||||
:right initial !important
|
||||
:height 100%
|
||||
:width 100%
|
||||
|
|
|
|||
Loading…
Reference in a new issue