aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/base.scss5
-rw-r--r--web/cobrands/fixmystreet/images/sprite.pngbin67024 -> 122438 bytes
-rw-r--r--web/cobrands/fixmystreet/layout.scss88
3 files changed, 89 insertions, 4 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index 816f80363..32b52e30e 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -80,7 +80,7 @@ body {
margin:0;
font-size:1em;
line-height:1.5;
- color:#222222;
+ color:#222;
}
@@ -757,9 +757,6 @@ a:hover.rap-notes-trigger {
/* Front page */
#front-main {
text-align:center;
- h1 {
-
- }
h2 {
font: {
style:italic;
diff --git a/web/cobrands/fixmystreet/images/sprite.png b/web/cobrands/fixmystreet/images/sprite.png
index a72d754f8..3c2ce9ee8 100644
--- a/web/cobrands/fixmystreet/images/sprite.png
+++ b/web/cobrands/fixmystreet/images/sprite.png
Binary files differ
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 88ba90768..e013130f5 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -139,6 +139,9 @@ body {
margin-bottom: -1em;
@include box-shadow(0px 0px 6px 1px #000);
}
+.fullwidthpage {
+ width: 57em;
+}
#map_box{
position: absolute;
@@ -225,6 +228,11 @@ body {
width: 29em;
}
+.fullwidthpage {
+ .full-width {
+ width:58em;
+ }
+}
/*FORMS*/
input[type=text],
@@ -258,6 +266,86 @@ textarea{
}
+/* Frontpage */
+body.frontpage {
+ background:#1a1a1a;
+ .wrapper {
+ >.container {
+ position:static;
+ }
+ .content {
+ padding-top:15em;
+ }
+ }
+ .nav-wrapper-2{
+ background: #1a1a1a;
+ height:6em;
+ }
+ #header{
+ #site-logo{
+ margin-top:2em;
+ width: 300px;
+ height: 60px;
+ background-position:-2px -108px;
+ }
+ }
+ #user-meta {
+ display:none;
+ }
+}
+
+#front-main {
+ background:$primary;
+ position:absolute;
+ width:100%;
+ left:0;
+ top:8em;
+ #front-main-container {
+ width: 57em;
+ margin:0 auto;
+ }
+ h2 {
+ font-style:normal;
+ margin:0;
+ color:#222;
+ }
+ #postcodeForm {
+ float:right;
+ overflow:hidden;
+ width:47em;
+ margin-right:0.5em;
+ label {
+ float:left;
+ margin-top:0.25em;
+ }
+ div {
+ float:right;
+ width:20em;
+ input#pc {
+ padding:0.25em 0.5em;
+ width:16em;
+ }
+ input#submit {
+ width:3em;
+ }
+ }
+ }
+ a#geolocate_link {
+ background:none;
+ color:#222;
+ float:right;
+ margin:-1em 7.5em 0.5em 0;
+ &:hover {
+ text-decoration:underline;
+ background:none;
+ }
+ }
+}
+
+
+
+
+
/* MEDIA QUERIES */
@media only screen and (min-width: 640px) and (max-width: 960px) {