aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-02 17:04:04 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-02 17:04:04 +0100
commitfe376eaf753ea63c09527a0ba12ceeadd3c9ae5b (patch)
tree1b9216f053f4da78255f17b97616fa97cea5a648
parentd8b5bb4dd3995461ffb49c08afb87d235850fb0d (diff)
user-meta position for ie6
-rw-r--r--web/cobrands/barnet/layout.scss21
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 {