summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-09 17:14:20 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-09 17:14:20 +0100
commit79511f6d932d7fc41b104ef68367746bf117b5b5 (patch)
tree1b5bb3d532f2659ebae17ff1b5d257f985512c33
parent8ff20ac683413af4ea06e9d1b4afa69634d7daff (diff)
downloadnextcloud-server-79511f6d932d7fc41b104ef68367746bf117b5b5.tar.gz
nextcloud-server-79511f6d932d7fc41b104ef68367746bf117b5b5.zip
fixed database input group having two slightly thicker dividers
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 6c9704b16c3..072b92ecb0e 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -163,7 +163,7 @@ input[name="password-clone"] { padding-left:1.8em; width:11.7em !important; }
}
.groupmiddle input {
margin-top:0; margin-bottom:0;
- border-top:0; border-radius:0;
+ border-top:0; border-bottom:0; border-radius:0;
box-shadow:0 1px 1px #fff,0 1px 0 #ddd inset;
}
.groupbottom input {