summaryrefslogtreecommitdiffstats
path: root/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-30 15:31:11 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-30 15:31:11 +0200
commit103d45539d4db6b5c646df46acd487a05c121290 (patch)
tree57fa16d6fd648c63f8b0ff686a95f0819167d531 /files/css
parent9714bab6533a0c8b7be0990b77063df7037bc0a1 (diff)
downloadnextcloud-server-103d45539d4db6b5c646df46acd487a05c121290.tar.gz
nextcloud-server-103d45539d4db6b5c646df46acd487a05c121290.zip
fixed file size and date color calculation in JavaScript
Diffstat (limited to 'files/css')
-rw-r--r--files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 7d0471bc26b..4aaca82f124 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -23,7 +23,7 @@ span.extention, td.date { color:#999; }
div.crumb { float:left; display:block; background:no-repeat right 0; padding:8px 1.5em 0 1em; height:28px; /*36-8*/ }
div.crumb:last-child { font-weight:bold; }
table tr.mouseOver td { background-color:#eee; }
-table th { height:2em; padding-left:.5em; color:#999; }
+table th { height:2em; padding:0 .5em; color:#999; }
table th .name { float:left; margin-left:.5em; }
table th.multiselect { background:#ddd; color:#000; font-weight:bold; }
table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; }