Merge pull request #2964 from DeadSuperHero/photofix

Add extra bit to ensure fixedness for #2951
This commit is contained in:
Sean Tilley 2012-03-01 02:04:12 -08:00
commit fd540aacc9

View file

@ -684,10 +684,11 @@ form p.checkbox_select
*:-moz-placeholder
@include placeholder_styles
#file-upload
input
:height 100%
:width 100%
#file-upload
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%