summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 5a51c56..1d894b0 100644
--- a/static/style.css
+++ b/static/style.css
@@ -13,7 +13,8 @@ body {
}
#main {
- width: 85%;
+ width: 70%;
+ min-width: 150mm;
margin: 7.5mm auto 10mm;
padding: 0px;
}
@@ -136,4 +137,14 @@ div.error {
div.success {
background: #ddd url(success.png) no-repeat top left;
+}
+
+form.fancy {
+ width: 80mm;
+ margin: auto;
+}
+
+form.fancy input, form.fancy select {
+ height: 4ex;
+ width: 100%;
} \ No newline at end of file