aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-02 16:46:38 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-02 16:46:38 +0100
commitd8b5bb4dd3995461ffb49c08afb87d235850fb0d (patch)
treeadee7aff70bffa4e787f2aaf1553f17d30bf8758 /web
parentf7bba1ad79d2087a834c6fcfcee9159c19e1b51a (diff)
sort out location of user-meta
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/barnet/layout.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss
index 6a777708f..78456b101 100644
--- a/web/cobrands/barnet/layout.scss
+++ b/web/cobrands/barnet/layout.scss
@@ -118,6 +118,33 @@ body.twothirdswidthpage {
background: #e1e3e4 url(/cobrands/fixmystreet/images/sprite.png) right -2192px no-repeat
}
+body.frontpage {
+ #user-meta {
+ p {
+ top: 1em;
+ color: $primary_text;
+ a {
+ background: none;
+ }
+ }
+ }
+}
+#user-meta {
+ float: right;
+ p {
+ @include box-shadow(none);
+ color: $primary_text;
+ position: relative;
+ background: none;
+ a {
+ color: $primary_text;
+ background: none;
+ }
+ a:hover {
+ background: $primary;
+ }
+ }
+}
/* barnet styles */
.clear {