diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-02-04 18:30:49 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-02-04 18:30:49 +0100 |
commit | b06ac67e07512fbf1b12e586bc73d7569aec9e24 (patch) | |
tree | a27893340e757803ea5117b2c6a48c2be9128889 /apps/files/css | |
parent | 46e10407f7aef7850e56da51fc81311c6b77acaa (diff) | |
download | nextcloud-server-b06ac67e07512fbf1b12e586bc73d7569aec9e24.tar.gz nextcloud-server-b06ac67e07512fbf1b12e586bc73d7569aec9e24.zip |
Add 'hascontrols' class for content with fixed topbar.
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 0a12439c359..f37ac4c262a 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; } +.actions { padding:.3em; float:left; height:2em; width: 100%; } .actions input, .actions button, .actions .button { margin:0; float:left; } #new { @@ -23,7 +23,7 @@ #new>ul>li>p { cursor:pointer; } #new>ul>li>form>input { padding:0.3em; margin:-0.3em; } -#trash { height:17px; margin:0.3em 0.3em 0.3em 1em; z-index:1010; float: right; } +#trash { height:17px; margin: 0 1em; z-index:1010; float: right; } #upload { height:27px; padding:0; margin-left:0.2em; overflow:hidden; |