diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 15:10:32 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 15:11:26 +0200 |
commit | f754d6dc5178901196db6ff51934c620f5405e80 (patch) | |
tree | 89db9c55ab2f59c4bef6b02ba03e3a8c9618687f /files/css | |
parent | 6822a7a2158d0cc4688f030dd45a38c8c47b2d9b (diff) | |
download | nextcloud-server-f754d6dc5178901196db6ff51934c620f5405e80.tar.gz nextcloud-server-f754d6dc5178901196db6ff51934c620f5405e80.zip |
lots of CSS details
Diffstat (limited to 'files/css')
-rw-r--r-- | files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index bfd96bc2acf..0ec1698bf3a 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -20,7 +20,7 @@ table { position:relative; top:37px; width:100%; } tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#eee; height:1em; } tbody a { color:#000; } 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 { float:left; display:block; background:no-repeat right 0; padding:.75em 1.5em 0 1em; height:2.9em; } div.crumb:first-child { padding-left:1.5em; } div.crumb:last-child { font-weight:bold; } table tr.mouseOver td { background-color:#eee; } |