Merge pull request #1507 from tripflex/master
remove float left from actions div class fixes #1504
This commit is contained in:
commit
a93282ab16
|
@ -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…
Reference in New Issue