aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/bromley/bromley-logo.jpgbin0 -> 20898 bytes
-rw-r--r--web/cobrands/bromley/bromley-logo.s.jpgbin0 -> 5908 bytes
-rw-r--r--web/cobrands/bromley/bromley.scss16
-rw-r--r--web/cobrands/bromley/favicon.icobin0 -> 61798 bytes
-rw-r--r--web/cobrands/bromley/layout.scss20
-rw-r--r--web/cobrands/bromley/tab-blue.pngbin0 -> 826 bytes
6 files changed, 36 insertions, 0 deletions
diff --git a/web/cobrands/bromley/bromley-logo.jpg b/web/cobrands/bromley/bromley-logo.jpg
new file mode 100644
index 000000000..28da8b7ea
--- /dev/null
+++ b/web/cobrands/bromley/bromley-logo.jpg
Binary files differ
diff --git a/web/cobrands/bromley/bromley-logo.s.jpg b/web/cobrands/bromley/bromley-logo.s.jpg
new file mode 100644
index 000000000..16f632848
--- /dev/null
+++ b/web/cobrands/bromley/bromley-logo.s.jpg
Binary files differ
diff --git a/web/cobrands/bromley/bromley.scss b/web/cobrands/bromley/bromley.scss
index 5673df8ad..409bc1152 100644
--- a/web/cobrands/bromley/bromley.scss
+++ b/web/cobrands/bromley/bromley.scss
@@ -51,6 +51,22 @@ body { color: #333; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
#bromley-footer .footer-nav li { border-right:1px solid #fff; float: left; line-height: 1; padding: 0 20px; }
#bromley-footer .footer-nav li:last-child { border: none; }
+// Bromley IE specific CSS
+.ie6 {
+ #search input { padding: 8px 5px 2px; }
+ #search input.button { padding: 0; width: 68px; line-height: 24px; }
+ input.button { overflow: visible; width: 1%; }
+}
+.ie7 {
+ #search input { padding: 8px 5px 2px; }
+ #search input.button { padding: 0; width: 68px; line-height: 24px; }
+ input.button { overflow: visible; }
+}
+.ie8 {
+ #search input { padding: 8px 5px 2px; }
+ #search input.button { padding: 0; line-height: 24px; }
+}
+
// mySociety additions
#bromley-header { font-size: 12px; }
.header-nav ul { margin: 0; }
diff --git a/web/cobrands/bromley/favicon.ico b/web/cobrands/bromley/favicon.ico
new file mode 100644
index 000000000..cf0577755
--- /dev/null
+++ b/web/cobrands/bromley/favicon.ico
Binary files differ
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss
index 9d9679aee..556d46321 100644
--- a/web/cobrands/bromley/layout.scss
+++ b/web/cobrands/bromley/layout.scss
@@ -28,9 +28,29 @@ body {
body.frontpage .table-cell .content {
margin-top: 15em;
}
+.ie6, .ie7 {
+ #front-main {
+ top: -2em;
+ left: 1.5em;
+ }
+ body.frontpage .table-cell .content {
+ margin-top: 11em;
+ }
+}
// White background, so no shadow needed (unless map goes full screen, so
// JavaScript should put it in at that point? Or just put it on all map pages?
.content {
@include box-shadow(none);
}
+.ie6, .ie7, .ie8 {
+ .content {
+ border: none;
+ }
+}
+
+// Perhaps fix map location (should be in central?)
+.ie6 #map_box {
+ right: -32em;
+}
+
diff --git a/web/cobrands/bromley/tab-blue.png b/web/cobrands/bromley/tab-blue.png
new file mode 100644
index 000000000..62e6285b7
--- /dev/null
+++ b/web/cobrands/bromley/tab-blue.png
Binary files differ