Add extra bit to ensure fixedness for #2951

This commit is contained in:
Sean Tilley 2012-03-01 03:59:49 -06:00
parent d505826bc5
commit b4332b80e4

View file

@ -684,10 +684,11 @@ form p.checkbox_select
*:-moz-placeholder *:-moz-placeholder
@include placeholder_styles @include placeholder_styles
#file-upload #file-upload
input input
:height 100% :height 100%
:width 100% :width 100%
:cursor pointer
#publisher #publisher
:z-index 1 :z-index 1
@ -775,11 +776,11 @@ form p.checkbox_select
:padding .3em .3em 3px :padding .3em .3em 3px
:position absolute !important :position absolute !important
:right 6px :right 6px
:cursor pointer
input[type='file'] input[type='file']
:cursor pointer :cursor pointer
:top initial !important
:right initial !important :right initial !important
:height 100% :height 100%
:width 100% :width 100%