From b2269e12a75dc724dd1194444a0b894919553fa3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 14 Aug 2015 20:39:59 +0200 Subject: something something more modern layout --- public/default.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'public') 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 { -- cgit v1.2.3