diff options
author | Myles McNamara <myles@hostt.net> | 2013-02-06 13:44:41 -0500 |
---|---|---|
committer | Myles McNamara <myles@hostt.net> | 2013-02-06 13:44:41 -0500 |
commit | ddd47978e115381e2fa9f22496994c54383c67f4 (patch) | |
tree | 16d05ab621f69b10913ba665a69b6af791fb46db /apps/files/css | |
parent | a26f17c1303d0f4e08144d9ca508488f09cbba3b (diff) | |
download | nextcloud-server-ddd47978e115381e2fa9f22496994c54383c67f4.tar.gz nextcloud-server-ddd47978e115381e2fa9f22496994c54383c67f4.zip |
Remove left float from actions div class
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index f37ac4c262a..67bd569ceef 100644 --- a/apps/files/css/files.css +++ b/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 { |