summaryrefslogtreecommitdiffstats
path: root/style/default.css
diff options
context:
space:
mode:
authorSimon Rettberg2014-05-24 18:42:23 +0200
committerSimon Rettberg2014-05-24 18:42:23 +0200
commitee27ec0d2bc44fece8b438a4ea58ac956198d300 (patch)
tree29c7e34925d5525a60fcfca081725cd4a845e635 /style/default.css
parentStuff (WIP) (diff)
downloadslx-admin-ee27ec0d2bc44fece8b438a4ea58ac956198d300.tar.gz
slx-admin-ee27ec0d2bc44fece8b438a4ea58ac956198d300.tar.xz
slx-admin-ee27ec0d2bc44fece8b438a4ea58ac956198d300.zip
WIP
Diffstat (limited to 'style/default.css')
-rw-r--r--style/default.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css
index 2929f06d..5e7dfeca 100644
--- a/style/default.css
+++ b/style/default.css
@@ -13,6 +13,9 @@ body {
padding: 10px;
margin: 0 auto;
}
+.form-narrow {
+ max-width: 320px;
+}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
@@ -72,7 +75,7 @@ body {
}
.slx-litehead {
- margin: 5px 10px;
+ margin: 0px 10px 5px 10px;
color: #aaa;
text-transform: uppercase;
font-weight: bold;
@@ -80,4 +83,14 @@ body {
.red {
color: red;
+}
+
+.slx-label {
+ font-weight: bold;
+ margin: auto;
+}
+
+.slx-table td {
+ padding-right: 5px;
+ padding-bottom: 2px;
} \ No newline at end of file