diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-25 16:08:06 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-25 16:08:06 +0200 |
commit | 1efbc993650938ad961285af12b3164654bf8114 (patch) | |
tree | 20d784a97ebc25b8a061c0a5844d41013edd301d /apps/files | |
parent | 441a608fd039463651b13712c5f54b4005d6eb71 (diff) | |
parent | 3cfbf77866460944176954848bd74688a5f48894 (diff) | |
download | nextcloud-server-1efbc993650938ad961285af12b3164654bf8114.tar.gz nextcloud-server-1efbc993650938ad961285af12b3164654bf8114.zip |
Merge pull request #18543 from owncloud/remove-lines
Remove some lines
Diffstat (limited to 'apps/files')
-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 840915604e1..7a4d6110bac 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -219,10 +219,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; |