diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-25 14:14:53 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-25 14:14:53 +0200 |
commit | 3cfbf77866460944176954848bd74688a5f48894 (patch) | |
tree | 13d73a0daf7ceb2bd0d139a4057ddcd189fd4584 /apps | |
parent | 29c538c66745086ef3165778dddcb74815a216d8 (diff) | |
download | nextcloud-server-3cfbf77866460944176954848bd74688a5f48894.tar.gz nextcloud-server-3cfbf77866460944176954848bd74688a5f48894.zip |
reduce files table header line
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index d66eece94d9..d821b560120 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -218,10 +218,14 @@ table th:focus .sort-indicator.hidden { visibility: visible; } -table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; } +table th, table td { - padding: 0 15px; border-bottom: 1px solid #eee; + text-align: left; + font-weight: normal; +} +table td { + padding: 0 15px; font-style: normal; background-position: 8px center; background-repeat: no-repeat; |