aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_layout.scss
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2014-07-22 13:00:44 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-09-24 22:06:40 +0100
commit1c10db2d28ac85b1a3e294818ad507a4a6e336e3 (patch)
tree1486ade8e38de9468bf9e40610e31a6346092d6d /web/cobrands/sass/_layout.scss
parent6bb5f8ec03def831217fcab628d6af6128398986 (diff)
Minor whitespace fixes.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r--web/cobrands/sass/_layout.scss17
1 files changed, 11 insertions, 6 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 64b5dcdff..738200485 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -85,7 +85,7 @@ h1 {
// position static as well so we fix lots of the z-index issues
position:static;
}
- }
+ }
}
// Resets a lot of the mobile styling. #site-header only used to help position logo on desktop
@@ -138,8 +138,8 @@ h1 {
span {
display: block;
color: $nav_fg;
- background: none;
- border-bottom: none;
+ background: none;
+ border-bottom: none;
}
&#top-nav-privacy {
display: none;
@@ -231,31 +231,38 @@ body.mappage {
.container {
width: auto;
}
+
.content {
float:left;
padding: 1em 1em 10em;
}
+
#main-nav ul#main-menu li a,
#main-nav ul#main-menu li span {
padding: 1.4em 0.75em 1.35em 0.75em;
}
+
#main-nav ul#main-menu li a.report-a-problem-btn {
padding: 0.5em;
margin:0.9em 0.25em 0.85em 0.25em;
}
+
.nav-wrapper{
.nav-wrapper-2{
position: fixed;
background: $map_nav_bg;
}
}
+
#site-logo{
position: fixed;
}
+
#user-meta {
max-width: none;
}
}
+
.ie6, .ie7 {
body.mappage {
// The below is *mandatory* to allow pins/zoom to be clickable in IE6/7. Do NOT remove.
@@ -278,7 +285,7 @@ body.mappage {
}
}
}
-//ie8 needs different stuff on .nav-wrapper so we
+//ie8 needs different stuff on .nav-wrapper so we
//have to define all the rest of it again as this resets
//the z-index base yet again :S
.ie8 {
@@ -296,8 +303,6 @@ body.mappage {
}
}
-
-
// full width page
body.fullwidthpage {
.content {