aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.css9
-rw-r--r--web/css/emptyhomes.css (renamed from web/css/main-emptyhomes.css)18
-rw-r--r--web/css/ie6.css4
-rw-r--r--web/css/main-scambs.css8
4 files changed, 36 insertions, 3 deletions
diff --git a/web/css/core.css b/web/css/core.css
index a1fa31b64..9efc0b35a 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -160,6 +160,15 @@ ul#error {
/* Map */
+#watermark {
+ background: url("/mojwatermark5.png");
+ height: 508px;
+ width: 508px;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+
#map_box {
float: right;
width: 510px;
diff --git a/web/css/main-emptyhomes.css b/web/css/emptyhomes.css
index 5e8422601..fe2304a71 100644
--- a/web/css/main-emptyhomes.css
+++ b/web/css/emptyhomes.css
@@ -1,3 +1,11 @@
+label {
+ width: 3em;
+}
+
+#alert_links {
+ float: none;
+}
+
#map_box {
width: 380px;
}
@@ -10,14 +18,18 @@
margin-top: 0.5em;
}
#middle {
- width: 570px;
+ width: 620px;
}
#middle p {
- width: 580px;
+ width: 620px;
}
#middle p#copyright {
width: auto;
}
+p#fixed, p#unknown {
+ margin-right: 400px;
+ width: auto;
+}
#left #topbox a, #left #bottombox a {
color: #30517A;
@@ -49,7 +61,7 @@ blockquote {
.a {
color: #000000;
- background-color: #427499;
+ background-color: #DCDCED; /* #427499; */
}
#postcodeForm, #front_stats div {
diff --git a/web/css/ie6.css b/web/css/ie6.css
new file mode 100644
index 000000000..073905425
--- /dev/null
+++ b/web/css/ie6.css
@@ -0,0 +1,4 @@
+#watermark {
+ background: none;
+ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mojwatermark5.png',sizingMethod='scale');
+}
diff --git a/web/css/main-scambs.css b/web/css/main-scambs.css
index 08ed4011e..a8fb0a548 100644
--- a/web/css/main-scambs.css
+++ b/web/css/main-scambs.css
@@ -17,3 +17,11 @@ blockquote {
width: 7em;
}
+#map_box {
+ width: 380px;
+}
+#map, #drag {
+ width: 378px;
+ height: 378px;
+}
+