Merge pull request #2963 from DeadSuperHero/photofix

Fix photo uploader, kill breakage #2951 [ci skip]
This commit is contained in:
Daniel Grippi 2012-02-29 22:46:28 -08:00
commit ad9df616e0

View file

@ -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