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
|
*:-moz-placeholder
|
||||||
@include placeholder_styles
|
@include placeholder_styles
|
||||||
|
|
||||||
|
#file-upload
|
||||||
|
input
|
||||||
|
:height 100%
|
||||||
|
:width 100%
|
||||||
|
|
||||||
#publisher
|
#publisher
|
||||||
:z-index 1
|
:z-index 1
|
||||||
:color #999
|
:color #999
|
||||||
|
|
@ -771,7 +776,9 @@ form p.checkbox_select
|
||||||
:position absolute !important
|
:position absolute !important
|
||||||
:right 6px
|
:right 6px
|
||||||
|
|
||||||
|
|
||||||
input[type='file']
|
input[type='file']
|
||||||
|
:cursor pointer
|
||||||
:top initial !important
|
:top initial !important
|
||||||
:right initial !important
|
:right initial !important
|
||||||
:height 100%
|
:height 100%
|
||||||
|
|
@ -2828,3 +2835,4 @@ a.toggle_selector
|
||||||
a
|
a
|
||||||
:color #666
|
:color #666
|
||||||
:color #666
|
:color #666
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue