aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_layout.scss26
1 files changed, 9 insertions, 17 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index d4f45578d..dea6d8b74 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -250,6 +250,11 @@ body.mappage {
#site-logo{
position: fixed;
}
+ #user-meta {
+ max-width: none;
+ left: 0;
+ margin-left: 1em;
+ }
}
.ie6, .ie7 {
body.mappage {
@@ -268,6 +273,9 @@ body.mappage {
#site-logo {
position: absolute;
}
+ #user-meta {
+ margin-left: 2em;
+ }
}
}
//ie8 needs different stuff on .nav-wrapper so we
@@ -531,6 +539,7 @@ body.twothirdswidthpage {
position: relative;
max-width: 57em;
margin:0 auto;
+ left: 1em;
p {
@include inline-block;
position:absolute;
@@ -848,9 +857,6 @@ body.frontpage {
#site-logo {
top:-1em;
}
- #user-meta p {
- top:-2em;
- }
}
}
.ie6 body.frontpage #site-logo {
@@ -1163,20 +1169,6 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
top: 7em !important;
}
- //fix the left margin on login bit
- #user-meta {
- p {
- left:1em;
- }
- }
- body.frontpage {
- #user-meta {
- p {
- left:auto;
- }
- }
- }
-
//Map becomes percentage width
#map_box{
left: 32em;