summaryrefslogtreecommitdiffstats
path: root/style/default.css
diff options
context:
space:
mode:
authorSimon Rettberg2014-05-26 22:49:54 +0200
committerSimon Rettberg2014-05-26 22:49:54 +0200
commita4f4147b6fe5f2a003a61cf8a8f7508c94130b31 (patch)
treede34472a2b9bd83909469affb884619b4858efc1 /style/default.css
parentWIP (diff)
downloadslx-admin-a4f4147b6fe5f2a003a61cf8a8f7508c94130b31.tar.gz
slx-admin-a4f4147b6fe5f2a003a61cf8a8f7508c94130b31.tar.xz
slx-admin-a4f4147b6fe5f2a003a61cf8a8f7508c94130b31.zip
WIP
Diffstat (limited to 'style/default.css')
-rw-r--r--style/default.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css
index 5e7dfeca..3e5f1a56 100644
--- a/style/default.css
+++ b/style/default.css
@@ -54,7 +54,8 @@ body {
}
.slx-ga {
- min-width: 7em;
+ min-width: 8em;
+ text-align: left;
}
.slx-dialog {
@@ -93,4 +94,8 @@ body {
.slx-table td {
padding-right: 5px;
padding-bottom: 2px;
+}
+
+.input-group {
+ margin-bottom: 2px;
} \ No newline at end of file