aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-08 14:57:09 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-08 14:57:09 +0100
commit018220246f4025f5b667e84c6795dd62d32bfa9f (patch)
tree0678a62e52911956e572594b5bc4048d1dda19f3 /web
parentd33e21d63731c529f396692d07aa952744932886 (diff)
sort out text size and position of notes sidebar
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/barnet/layout.scss12
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;
}