[FIX] Fix attach icon that was under the upload label.
authorThibault Delavallée <tde@openerp.com>
Thu, 19 Jun 2014 10:56:46 +0000 (12:56 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 19 Jun 2014 10:56:46 +0000 (12:56 +0200)
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index d7c4048..5f9ecc5 100644 (file)
 }
 .openerp .oe_fileupload .oe_add button.oe_attach .oe_e {
   position: relative;
-  top: -1px;
+  top: -10px;
   left: -9px;
 }
 .openerp .oe_fileupload .oe_add input.oe_form_binary_file {
index 090cf3d..e63092f 100644 (file)
@@ -1984,7 +1984,7 @@ $sheet-padding: 16px
                 text-shadow: none
                 .oe_e
                     position: relative
-                    top: -1px
+                    top: -10px
                     left: -9px                    
             input.oe_form_binary_file
                 display: inline-block