diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-09-21 12:11:27 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-09-21 12:11:27 +0200 |
commit | 3d42ddb5f4b465cd78b792d12e426f18b2ca3dc4 (patch) | |
tree | 48fa9315ed6b06eb59993e6b5642450171a9bfba /static | |
parent | 210c7b6c0eb4dac9bd7cbd9025dcb8032320dbde (diff) | |
download | mailremind-3d42ddb5f4b465cd78b792d12e426f18b2ca3dc4.tar.gz mailremind-3d42ddb5f4b465cd78b792d12e426f18b2ca3dc4.tar.bz2 mailremind-3d42ddb5f4b465cd78b792d12e426f18b2ca3dc4.zip |
Fancy forms.
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 13 |
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 |