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 | |
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
-rw-r--r-- | apps/files/css/files.css | 8 | ||||
-rw-r--r-- | core/css/apps.css | 2 | ||||
-rw-r--r-- | settings/css/settings.css | 2 |
3 files changed, 8 insertions, 4 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; diff --git a/core/css/apps.css b/core/css/apps.css index b3d7eaf6599..620c3013829 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -533,7 +533,7 @@ button.loading { display: block; padding: 30px; color: #555; - border-top: 1px solid #ddd; + margin-bottom: 24px; } .section.hidden { display: none !important; diff --git a/settings/css/settings.css b/settings/css/settings.css index 0f1f432e4e2..5fa9b30a647 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -316,7 +316,7 @@ span.version { } #app-category-1 { - border-bottom: 1px solid #e8e8e8; + margin-bottom: 18px; } /* capitalize "Other" category */ #app-category-925 { |