aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-12 12:31:12 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-12 12:31:12 +0100
commit13a2121379435080a26e5eae5164ac78e042757d (patch)
treec44efc21332d598aee34d69900651e34666591a0
parent8dcf4567636cabee3178ab0b601930bb286d2067 (diff)
Fix positioning of the sidebar
-rw-r--r--web/cobrands/oxfordshire/layout.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index 2f057c6fc..3bcd040ca 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -85,6 +85,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: 29em;
+}
+
// To prevent font size larger interfering with the fixed Oxfordshire layout
.container {
width: auto;