diff options
-rw-r--r-- | web/cobrands/barnet/layout.scss | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index f261d2a08..943efd80e 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -194,7 +194,12 @@ body.frontpage { #report-a-problem-sidebar { left: 30em; - top: 7em; + top: 4em; + width: 17em; + .sidebar-tips, + .sidebar-notes { + font-size: 0.9em; + } } .ie6 { #report-a-problem-sidebar { @@ -202,8 +207,11 @@ body.frontpage { } } + .general-sidebar-notes { - left: 30.2em; + left: 25em; + width: 14em; + font-size: 1.2em; p { margin-bottom: 0 !important; } |