diff options
author | Simon Rettberg | 2014-05-26 22:49:54 +0200 |
---|---|---|
committer | Simon Rettberg | 2014-05-26 22:49:54 +0200 |
commit | a4f4147b6fe5f2a003a61cf8a8f7508c94130b31 (patch) | |
tree | de34472a2b9bd83909469affb884619b4858efc1 /style | |
parent | WIP (diff) | |
download | slx-admin-a4f4147b6fe5f2a003a61cf8a8f7508c94130b31.tar.gz slx-admin-a4f4147b6fe5f2a003a61cf8a8f7508c94130b31.tar.xz slx-admin-a4f4147b6fe5f2a003a61cf8a8f7508c94130b31.zip |
WIP
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 7 |
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 |