diff options
author | matthew <matthew> | 2008-05-14 14:24:11 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-14 14:24:11 +0000 |
commit | d19c5df0b4f4c7284423381d9a94f6905bc0aa19 (patch) | |
tree | 83b3ed94d3e3e283d09fb377c26373036c8545b3 /web/css | |
parent | 56bb3e765278888d211b46bc27290b8bac717a18 (diff) |
Various tweaks.
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; +} |