diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/images/sprite.png | bin | 124999 -> 119079 bytes | |||
-rw-r--r-- | web/cobrands/fixmystreet/images/tile-y.jpg | bin | 0 -> 35144 bytes | |||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 25 |
3 files changed, 17 insertions, 8 deletions
diff --git a/web/cobrands/fixmystreet/images/sprite.png b/web/cobrands/fixmystreet/images/sprite.png Binary files differindex c2ac370ab..e13572b60 100644 --- a/web/cobrands/fixmystreet/images/sprite.png +++ b/web/cobrands/fixmystreet/images/sprite.png diff --git a/web/cobrands/fixmystreet/images/tile-y.jpg b/web/cobrands/fixmystreet/images/tile-y.jpg Binary files differnew file mode 100644 index 000000000..63682f1c4 --- /dev/null +++ b/web/cobrands/fixmystreet/images/tile-y.jpg diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 16432a360..6b750ee50 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -62,7 +62,10 @@ h1 { width: 100%; min-height: 4em; position: absolute; - border-top: 0.25em solid $primary; + border-top:4px solid #1a1a1a; + @include border-image(url(images/tile-y.jpg) 4 0 0 0); + border-left:0; + border-right:0; z-index:2; } } @@ -163,11 +166,12 @@ h1 { &#mysoc-menu{ padding: 0em 0.5em; margin-left: 0.25em; - background:$primary; + background:$primary url(images/tile-y.jpg); @include border-radius(0 0 0.375em 0.375em); - @include box-shadow(0em 0.3em 0.1em 0em #000); + //@include box-shadow(0em 0.3em 0.1em 0em #000); li{ a{ + background:none; color:#000; text-transform: uppercase; font-size: 0.6875em; @@ -356,7 +360,7 @@ body.twothirdswidthpage { .tablewrapper { display:table; width:100%; - padding:1em 0; + padding:0 0 1em 0; >div { display:table-cell; width:50%; @@ -792,8 +796,7 @@ body.frontpage { width:100%; } .content { - padding-top:14em; - margin:0 auto; + margin:14em auto 0 auto; } } .nav-wrapper-2{ @@ -855,11 +858,11 @@ body.frontpage { // big yellow bit full screen width #front-main { - background:$primary; + background:$primary url(images/tile-y.jpg); position:absolute; width:100%; left:0; - top:1em; + top:-15em; #front-main-container { max-width: 57em; margin:0 auto; @@ -870,6 +873,7 @@ body.frontpage { color:#222; } #postcodeForm { + background:none; overflow:hidden; margin-right:0.5em; label { @@ -941,6 +945,11 @@ body.frontpage { border-left:1em solid #fff; } +#front-howto h2, +#front-recently h2 { + margin-top:0; +} + .ie6, .ie7 { .tablewrapper { |