diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-02 17:04:04 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-02 17:04:04 +0100 |
commit | fe376eaf753ea63c09527a0ba12ceeadd3c9ae5b (patch) | |
tree | 1b9216f053f4da78255f17b97616fa97cea5a648 | |
parent | d8b5bb4dd3995461ffb49c08afb87d235850fb0d (diff) |
user-meta position for ie6
-rw-r--r-- | web/cobrands/barnet/layout.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 78456b101..1828fe8ac 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -145,6 +145,27 @@ body.frontpage { } } } +.ie6 { + #user-meta { + float: none; + p { + position: absolute; + margin-top: 35px; + margin-right: 20px; + right: 0px; + left: auto; + } + + } + .mappage { + #user-meta { + p { + margin-right: -100px; + } + } + } +} + /* barnet styles */ .clear { |