diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-10 10:56:00 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-10 10:56:00 +0100 |
commit | bcc39b98ba474cfcd218be08fbdd6664617c15d1 (patch) | |
tree | e8d7cbdd58905509b475e9849757ad4f455edacf /web | |
parent | 9b5e555bbe5d7d463351f189dd533b47c3b82057 (diff) |
sort out overlap of report problem sidebar and email note when logged in with IE6
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/barnet/layout.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 868590af2..b0f24dbe9 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -218,7 +218,14 @@ body.frontpage { } .ie6 { #report-a-problem-sidebar { + margin-top: -4em; left: 30em; + .sidebar-notes { + padding-bottom: 0.5em; + } + p { + margin-bottom: 0.4em; + } } } |