[FIX] Fix binary upload button styling

bzr revid: fme@openerp.com-20120227171440-1o7w1jrv5rl2b4ov
This commit is contained in:
Fabien Meghazi 2012-02-27 18:14:40 +01:00
parent 3e61e9d497
commit 6bda7286e3
1 changed files with 3 additions and 3 deletions

View File

@ -1542,11 +1542,11 @@ label.error {
.openerp input.oe-binary-file {
z-index: 0;
line-height: 0;
font-size: 50px;
font-size: 12px;
position: absolute;
/* Should be adjusted for all browsers */
top: -2px;
right: 0;
top: 1px;
right: 10px;
opacity: 0;
filter: alpha(opacity = 0);
-ms-filter: "alpha(opacity=0)";