Merge pull request #1507 from tripflex/master

remove float left from actions div class

fixes #1504
remotes/origin/stable5
Bart Visscher 12 years ago
commit a93282ab16
  1. 2
      apps/files/css/files.css

@ -3,7 +3,7 @@
See the COPYING-README file. */
/* FILE MENU */
.actions { padding:.3em; float:left; height:2em; width: 100%; }
.actions { padding:.3em; height:2em; width: 100%; }
.actions input, .actions button, .actions .button { margin:0; float:left; }
#new {

Loading…
Cancel
Save