Fix photo uploader, kill breakage #2951
This commit is contained in:
parent
0d93227f07
commit
d505826bc5
1 changed files with 8 additions and 0 deletions
|
|
@ -684,6 +684,11 @@ form p.checkbox_select
|
|||
*:-moz-placeholder
|
||||
@include placeholder_styles
|
||||
|
||||
#file-upload
|
||||
input
|
||||
:height 100%
|
||||
:width 100%
|
||||
|
||||
#publisher
|
||||
:z-index 1
|
||||
:color #999
|
||||
|
|
@ -771,7 +776,9 @@ form p.checkbox_select
|
|||
:position absolute !important
|
||||
:right 6px
|
||||
|
||||
|
||||
input[type='file']
|
||||
:cursor pointer
|
||||
:top initial !important
|
||||
:right initial !important
|
||||
:height 100%
|
||||
|
|
@ -2828,3 +2835,4 @@ a.toggle_selector
|
|||
a
|
||||
:color #666
|
||||
:color #666
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue