diff options
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 2 | ||||
-rw-r--r-- | web/css/emptyhomes.css | 17 |
2 files changed, 11 insertions, 8 deletions
diff --git a/web/css/core.css b/web/css/core.css index 0990c235b..ad600023a 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -138,7 +138,7 @@ ul#error { /* Forms */ -#fieldset div { +fieldset div, #fieldset div { margin-top: 2px; clear: left; } diff --git a/web/css/emptyhomes.css b/web/css/emptyhomes.css index fe2304a71..b95f400e3 100644 --- a/web/css/emptyhomes.css +++ b/web/css/emptyhomes.css @@ -1,7 +1,3 @@ -label { - width: 3em; -} - #alert_links { float: none; } @@ -18,12 +14,12 @@ label { margin-top: 0.5em; } #middle { - width: 620px; + width: 600px; } #middle p { - width: 620px; + width: auto; } -#middle p#copyright { +#middle h1 { width: auto; } p#fixed, p#unknown { @@ -68,9 +64,16 @@ blockquote { background-color: #80AE7D; color: #000000; } +#postcodeForm { + _width: 500px; +} + #front_stats div { padding: 0.5em 0; width: 6em; } +#update_form, #problem_form { + clear: both; +} |