summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-04 14:42:47 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-04 14:42:47 +0200
commit349933fdd51ebb8d7de5a0817fee125e8528c9a2 (patch)
treedc0299b31d2d4b56f44cfe7eef38d849a3cc14f8 /core
parentd1aaa7a12e6073b41f4702b2cc50921708e8ab6c (diff)
downloadnextcloud-server-349933fdd51ebb8d7de5a0817fee125e8528c9a2.tar.gz
nextcloud-server-349933fdd51ebb8d7de5a0817fee125e8528c9a2.zip
no top border for first settings item, detail enhancement
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 6761677fb23..0fea77cea0d 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -274,6 +274,10 @@ button.loading {
color: #555;
border-top: 1px solid #ddd;
}
+/* no top border for first settings item */
+.section:first-child {
+ border-top: none;
+}
.section h2 {
font-size: 20px;
margin-bottom: 7px;