diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-12 12:38:00 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-12 12:38:00 +0100 |
commit | 97ae40357a79ff58a1d8c0f63b31094e15a7f480 (patch) | |
tree | 9e6b9158d0abd2103d68108e4ec3135743b77697 | |
parent | 13a2121379435080a26e5eae5164ac78e042757d (diff) |
Reduce the width of the sidebar
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 3bcd040ca..303803839 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -90,7 +90,7 @@ body.twothirdswidthpage { .general-sidebar-notes, #report-a-problem-sidebar { top: 1em; - left: 29em; + left: 25.7em; } // To prevent font size larger interfering with the fixed Oxfordshire layout @@ -99,11 +99,11 @@ body.twothirdswidthpage { min-height: 550px; z-index: auto; } -.full-width { width: 464px; } -.shadow-wrap { width: 464px; } +.full-width { width: 412px; } +.shadow-wrap { width: 412px; } #map_box { width: 956px; } -.content { width: 432px; } +.content { width: 380px; } body.fullwidthpage .content { width: auto; } body.twothirdswidthpage .content { |