diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-08-14 20:39:59 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-08-14 20:39:59 +0200 |
commit | b2269e12a75dc724dd1194444a0b894919553fa3 (patch) | |
tree | 3a744e931d479a6f355a4b82d7cd735c04e6f0aa /public/default.css | |
parent | 005a937fc895f1931ac161d0bac4028d686455dd (diff) |
something something more modern layout
Diffstat (limited to 'public/default.css')
-rw-r--r-- | public/default.css | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/public/default.css b/public/default.css index 74c6bae..8676a2d 100644 --- a/public/default.css +++ b/public/default.css @@ -427,19 +427,14 @@ div.break { } div.field { - width: 100%; - clear: both; -} - -div.field div.desc { - float: left; - width: 14em; - text-align: right; - padding-right: 0.5em; + margin-top: 0.3em; + margin-bottom: 0.6em; } input, select { - border: 1px solid black; + width: 20em; + max-width: 100%; + min-height: 1.8em; } div.notes { |