diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-23 16:07:43 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-23 16:07:43 +0100 |
commit | 46848a1dd7a7e33cb8953df334f434d0450b5651 (patch) | |
tree | 676968cb3e7b4eddffcc63572a2067593ed1fc4d /web/css | |
parent | 159fa8ad9e2427d8b20586baec4c260a0c71b57c (diff) |
in progress banner
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 7 | ||||
-rw-r--r-- | web/css/core.scss | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css index 474480cc8..39f448b8c 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -203,6 +203,13 @@ position: relative; background-color: #ccccff; border: solid 2px #000099; } +#mysociety #progress { + margin: 0 530px 1em 0; + padding: 5px; + text-align: center; + position: relative; + background-color: #ffffcc; + border: solid 2px #999900; } #mysociety #updates div { padding: 0 0 0.5em; margin: 0 0 0.25em; diff --git a/web/css/core.scss b/web/css/core.scss index 93ff70435..1c9d5f451 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -309,6 +309,12 @@ $map_width: 500px; border: solid 2px #000099; } + #progress { + @include problem-banner; + background-color: #ffffcc; + border: solid 2px #999900; + } + #updates { div { padding: 0 0 0.5em; |