diff options
author | equinox <equinox@diac24.net> | 2011-09-27 06:09:30 +0200 |
---|---|---|
committer | equinox <equinox@diac24.net> | 2011-09-27 06:09:30 +0200 |
commit | eb5d8a3c4b403978a5827e972d4c5391f0a5ed62 (patch) | |
tree | 693307607882afc593b6978e9e1ae1e3e6931b80 /static | |
parent | 230438d7c287a370422ca42b7bd6ef977475ef70 (diff) |
templates: some brushing up
Diffstat (limited to 'static')
-rw-r--r-- | static/layout.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/layout.css b/static/layout.css index 5b3b818..181d563 100644 --- a/static/layout.css +++ b/static/layout.css @@ -25,6 +25,11 @@ body#formcont div.cont { padding:2em; min-height:180px; } +body#formcont form p { + text-align:right; + max-width:20em; + font-size:8pt; +} p.app { border:1px solid #ccc; |