aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-12 18:29:20 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-12 18:29:20 +0100
commitcb36848ec16b00547aadb0a8fdb8321c8d9be1d4 (patch)
tree68814c0741d1b517992cf432a1d4837916b970de /web
parent85c8b0890db1833ca850c48d997e73970448e480 (diff)
Alter general sidebar notes css
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/oxfordshire/layout.scss27
1 files changed, 18 insertions, 9 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index 4045507c6..2cdd95d63 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -57,7 +57,6 @@ body.twothirdswidthpage {
@include box-shadow(none);
}
.sticky-sidebar {
- z-index: 5;
aside {
position: fixed;
top: 10em;
@@ -90,14 +89,14 @@ body.twothirdswidthpage {
// show the sidebar tips and notices in the document flow, i.e., in the
// left-hand column, rather than in smaller text above the map
-.general-sidebar-notes,
-#report-a-problem-sidebar {
- top: 1em;
- left: 23.5em;
-}
-
-#forgotten-pw {
- left: 21.6em;
+.general-sidebar-notes {
+ position: static;
+ width: auto;
+ @include box-shadow(rgba(0, 0, 0, 0), 0, 0, 0);
+ .sidebar-tips,
+ .sidebar-notes {
+ font-size:1em;
+ }
}
// To prevent font size larger interfering with the fixed Oxfordshire layout
@@ -147,6 +146,16 @@ body.mappage {
}
.full-width { width: 377px; }
.shadow-wrap { width: 377px; }
+
+ .general-sidebar-notes,
+ #report-a-problem-sidebar {
+ top: 1em;
+ left: 23.5em;
+ }
+
+ #forgotten-pw {
+ left: 21.6em;
+ }
}
.ie6, .ie7 {