diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-03 17:18:37 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-03 17:18:37 +0000 |
commit | 135697bfc2ee9f5f9629a1a7b0cd70494b2d5f4f (patch) | |
tree | d6a6f22d54aac4a2190a1b2a5c02f9f636642d10 /web | |
parent | ad5173beb2cfdf9e3c2a746d088f0e068c29d775 (diff) |
For the moment, tidy up alerts page a bit, #223.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 09304aabf..07b89cfe3 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -1092,9 +1092,14 @@ a:hover.button-left { background:rgba(0, 0, 0, 0.7); } -//copyright attribution .olControlAttribution { - bottom:0.5em !important; + bottom: 0.5em !important; + left: 3px; + color: #222222; +} +.olControlPermalink { + bottom: 3px !important; + right: 3px; } /* Drag is only present in noscript form. XXX Copy from core. */ @@ -1379,3 +1384,20 @@ ul.breadcrumb { margin-bottom:0; } } + +#alerts { + ul { + margin-bottom: 1em; + } + li { + padding: 0em; + margin-bottom: 0.5em; + } + .a { + background: #f6f6f6; + } + img { + float: right; + } +} + |