diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-02-03 14:44:33 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-02-03 14:44:33 +0100 |
commit | 1557b6d99dd55bfd6b55eadf78cc954273bdcf54 (patch) | |
tree | 2a3c49c5b6558ba769c62593bf9eb4825872ebc6 /apps/files/css | |
parent | b8e6b8692b0c306de6ebfe0a82bfe7bab304cd0a (diff) | |
download | nextcloud-server-1557b6d99dd55bfd6b55eadf78cc954273bdcf54.tar.gz nextcloud-server-1557b6d99dd55bfd6b55eadf78cc954273bdcf54.zip |
Fix leftcontent positioning. Ref #1255
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 661a2e827a4..e18836a7389 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -55,7 +55,7 @@ font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0; } -table { position:relative; top:37px; width:100%; } +table { position:relative; width:100%; } tbody tr { background-color:#fff; height:2.5em; } tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#f8f8f8; } tbody tr.selected { background-color:#eee; } |