summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-02-03 14:44:33 +0100
committerThomas Tanghus <thomas@tanghus.net>2013-02-03 14:44:33 +0100
commit1557b6d99dd55bfd6b55eadf78cc954273bdcf54 (patch)
tree2a3c49c5b6558ba769c62593bf9eb4825872ebc6 /apps/files/css
parentb8e6b8692b0c306de6ebfe0a82bfe7bab304cd0a (diff)
downloadnextcloud-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.css2
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; }