aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/fixmystreet/images/locate-me.pngbin0 -> 1348 bytes
-rw-r--r--web/cobrands/fixmystreet/images/locate-me@2.pngbin0 -> 3185 bytes
-rw-r--r--web/cobrands/fixmystreet/layout.scss46
3 files changed, 46 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/images/locate-me.png b/web/cobrands/fixmystreet/images/locate-me.png
new file mode 100644
index 000000000..47a0eef20
--- /dev/null
+++ b/web/cobrands/fixmystreet/images/locate-me.png
Binary files differ
diff --git a/web/cobrands/fixmystreet/images/locate-me@2.png b/web/cobrands/fixmystreet/images/locate-me@2.png
new file mode 100644
index 000000000..df920fadb
--- /dev/null
+++ b/web/cobrands/fixmystreet/images/locate-me@2.png
Binary files differ
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 4d7e63500..ca84ba6cb 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -97,7 +97,53 @@ body.mappage {
body.twothirdswidthpage,
body.fullwidthpage {
#front-main {
+ color: #333;
padding-bottom: 4em;
+
+ h1 {
+ font-size: 3em;
+ font-weight: bold;
+ font-family: MuseoSans,Helmet,Freesans,sans-serif;
+ }
+ h2 {
+ font-family: MuseoSans,Helmet,Freesans,sans-serif;
+ }
+ #postcodeForm {
+ div {
+ font-size: 1.3em;
+ width: 24em;
+ label {
+ font-family: MuseoSans,Helmet,Freesans,sans-serif;
+ }
+ input#pc {
+ color: #777;
+ font-size: 0.9em;
+ height: 2.6em;
+ width: 20em;
+ &:focus {
+ outline: 0;
+ }
+ }
+ input#sub {
+ font-size: 1.1em;
+ height: 2.4em;
+ width: 3.5em;
+ font-family: MuseoSans,Helmet,Freesans,sans-serif;
+ font-weight: bold;
+ }
+ }
+ }
+ a#geolocate_link {
+ font-family: MuseoSans,Helmet,Freesans,sans-serif;
+ background: url(images/locate-me.png) no-repeat;
+ height: 34px;
+ padding-left: 24px;
+ margin-top: 0.25em;
+ @media only screen and (min-resolution: 320dpi),
+ only screen and (-webkit-min-device-pixel-ratio: 2) {
+ background: url(images/locate-me@2.png) no-repeat;
+ }
+ }
}
.container {