diff options
author | matthew <matthew> | 2008-05-15 16:09:51 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-15 16:09:51 +0000 |
commit | cb679d86451e657b0c5de603def6a76b2dd6de71 (patch) | |
tree | c4f70385326aea28c10d491b340635579f7f3903 /web/css | |
parent | f4f1efdd55dfced30d61f98c98e0ea27866ab81d (diff) |
EHA text/template tweaks, get sending of reports working.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/emptyhomes.css | 37 | ||||
-rw-r--r-- | web/css/main-scambs.css | 10 |
2 files changed, 39 insertions, 8 deletions
diff --git a/web/css/emptyhomes.css b/web/css/emptyhomes.css index 813904b07..d4fa75e06 100644 --- a/web/css/emptyhomes.css +++ b/web/css/emptyhomes.css @@ -6,6 +6,7 @@ p#expl { float: none; } +/* Smaller map */ #map_box { width: 380px; } @@ -13,10 +14,22 @@ p#expl { width: 378px; height: 378px; } +#watermark { + background: url("/i/mojwatermark-378.png"); + height: 84px; + width: 171px; + position: absolute; + bottom: 0; + right: 0; +} #toptitle { margin-top: 0.5em; } + +#left { + width: auto; +} #middle { width: 600px; } @@ -51,6 +64,7 @@ p#fixed, p#unknown { margin: 0.5em 0 0.25em; } +/* So IE and Firefox match */ #left ol { padding: 0; } @@ -72,7 +86,6 @@ blockquote { _width: 500px; } - #front_stats div { padding: 0.5em 0; width: 6em; @@ -82,13 +95,21 @@ blockquote { clear: both; } -#watermark { - background: url("/i/mojwatermark-378.png"); - height: 84px; - width: 171px; - position: absolute; - bottom: 0; - right: 0; +/* Slightly narrower so it fits */ +#col_problems, #col_fixed { + width: 45%; } +/* Sub nav for the internal bits */ +#left ol ul { + font-size: 90%; +} +#left ol ul a { + padding: 4px 0 4px 20px; + background-color: #ffffff; +} +#left ol ul a:hover { + background-color: #B1BECF; + background-color: #DCDCED; +} diff --git a/web/css/main-scambs.css b/web/css/main-scambs.css index a8fb0a548..57f4a0b4b 100644 --- a/web/css/main-scambs.css +++ b/web/css/main-scambs.css @@ -17,6 +17,7 @@ blockquote { width: 7em; } +/* Smaller map */ #map_box { width: 380px; } @@ -24,4 +25,13 @@ blockquote { width: 378px; height: 378px; } +#watermark { + display: none; + background: url("/i/mojwatermark-378.png"); + height: 84px; + width: 171px; + position: absolute; + bottom: 0; + right: 0; +} |