From b4332b80e48748767e82be872a35cf2fd443d178 Mon Sep 17 00:00:00 2001 From: Sean Tilley Date: Thu, 1 Mar 2012 03:59:49 -0600 Subject: [PATCH] Add extra bit to ensure fixedness for #2951 --- public/stylesheets/sass/application.sass | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 8beec0022..829491b67 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -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%