aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_layout.scss
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2016-04-04 17:29:38 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-06-03 18:39:03 +0100
commitd04fbb80a9bf5d62dae669468c2c13045e8de5c1 (patch)
treef2d54c0a95e57c7ef899b47e904b13b9577675bc /web/cobrands/sass/_layout.scss
parent50c61f97568b59d6430c32fdcde7b76ac9f6f6f3 (diff)
Remove user-meta; "Your reports" to "Your account"
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r--web/cobrands/sass/_layout.scss86
1 files changed, 0 insertions, 86 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index e0913b0ee..c0c213be1 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -296,32 +296,6 @@ body.mappage {
margin: 0.9em 0.25em 0.85em;
}
- #user-meta {
- max-width: none;
- p {
- display: block;
- height: auto;
- width: 22.2em; // 27em (.content width) - 2em (.content padding) - 6em - 0.8em
- padding: flip(0.5em 6em 0.5em 0.8em, 0.5em 0.8em 0.5em 6em);
- top: 0;
- #{$left}: 0;
- z-index: 1;
- box-shadow: none;
- background: #FCEA9A;
- border-bottom: 1px solid #ffd000;
-
- a {
- // move the "Sign out" link in and down a bit, because of extra padding on parent
- top: 0.8em;
- #{$right}: 0.8em;
- }
- }
-
- & + .container .content {
- padding-top: 3.5em; // make room for user menu!
- }
- }
-
.banner {
p {
top: -2.1em; // a few pixels lower than default
@@ -346,9 +320,6 @@ body.mappage {
#site-logo {
position: absolute;
}
- #user-meta {
- margin-#{$left}: 2em;
- }
}
}
//ie8 needs different stuff on .nav-wrapper so we
@@ -715,45 +686,6 @@ body.authpage {
}
}
-// log in bit, pokes above the .content div
-#user-meta{
- display:block;
- position: relative;
- max-width: 60em;
- margin: 0 auto;
- p {
- @include inline-block;
- position: absolute;
- top: 1em;
- #{$left}: 1em;
- height:2em;
- padding: flip(0.25em 6em 0.5em 0.5em, 0.25em 0.5em 0.5em 6em);
- @include box-shadow(rgba(0, 0, 0, 0.6) 0px 0px 4px 1px);
- a {
- top:0.5em;
- #{$right}: 0.5em;
- font-size:0.6875em;
- padding:0.5em 0.75em;
- line-height:1em;
- &:hover {
- text-decoration:none;
- background:#444;
- }
- }
- }
-}
-.ie6, .ie7 {
- #user-meta {
- z-index:1;
- p {
- top:-2em;
- }
- }
-}
-.ie6 #user-meta {
- width: 60em; //ie6 doesn't like max-width
-}
-
// Wraps around #key-tools box - sticks to the bottom of the screen on desktop
.shadow-wrap {
@@ -967,24 +899,6 @@ body.frontpage {
height: 60px;
background: url($image-sprite) -2px -108px no-repeat;
}
- #user-meta {
- z-index:10;
- p {
- top: -4em;
- #{$left}: auto;
- #{$right}: 0;
- color:$primary;
- background:none;
- @include box-shadow(rgba(0, 0, 0, 0) 0 0 0);
- a {
- background:#fff;
- color:#1a1a1a;
- &:hover {
- background:#ddd;
- }
- }
- }
- }
}
//logo fix
.iel8 {