summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2015-03-09 18:08:15 +0100
committerSimon Rettberg2015-03-09 18:08:15 +0100
commitdcb1d7a5b6c057f34f8cc4aa69275cc4ddb109d3 (patch)
tree5d9230b6ba937a272d4e966c9348238667da22f9 /style
parentFourth Commit (diff)
downloadbwlp-webadmin-dcb1d7a5b6c057f34f8cc4aa69275cc4ddb109d3.tar.gz
bwlp-webadmin-dcb1d7a5b6c057f34f8cc4aa69275cc4ddb109d3.tar.xz
bwlp-webadmin-dcb1d7a5b6c057f34f8cc4aa69275cc4ddb109d3.zip
+AGB, +DeleteUser feature
Diffstat (limited to 'style')
-rw-r--r--style/default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css
index 1a68547..05e4c5d 100644
--- a/style/default.css
+++ b/style/default.css
@@ -56,7 +56,7 @@ span.form-control {
margin-bottom: 2em;
}
-.group-group .input-group-addon, .group-group, .form-control {
+.group-group .input-group-addon, .group-group .form-control {
border-radius: 0;
}
.group-group .input-group:first-child .input-group-addon {
@@ -72,6 +72,10 @@ span.form-control {
border-bottom-right-radius: 4px;
}
+.navbar-brand {
+ padding: 2px;
+}
+
.slx-ga {
min-width: 8em;
text-align: left;