Small css fix for button new in files. fix oc-1638

This commit is contained in:
Brice Maron 2012-09-24 18:40:59 +00:00
parent 1e2074b4eb
commit 7aca730f71
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
See the COPYING-README file. */
/* FILE MENU */
.actions { padding:.3em; float:left; height:2em; width:10em; }
.actions { padding:.3em; float:left; height:2em; }
.actions input, .actions button, .actions .button { margin:0; }
#file_menu { right:0; position:absolute; top:0; }
#file_menu a { display:block; float:left; background-image:none; text-decoration:none; }