aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2016-01-04 17:19:03 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-01-05 15:30:02 +0000
commitbeb328eac14323135998d4a1dcb4721b4dde5904 (patch)
tree9731103e859e2f643b0b17f3693d15af6e339f49 /web
parentc74b7286cdd213f38b5e9a816bb4dc9ba2611170 (diff)
Move alert page "recent photos" out of sidebar
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_base.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 621eabd11..7f9808efd 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -1566,6 +1566,26 @@ table.nicetable {
}
}
+.alerts__nearby-activity {
+ background-color: #f6f6f6;
+ margin: 1em -1em;
+ padding: 1em;
+
+ & > :first-child {
+ margin-top: 0;
+ }
+}
+
+.alerts__nearby-activity__photos {
+ white-space: nowrap;
+ overflow: hidden;
+
+ a {
+ margin-right: 0.5em;
+ text-decoration: none; // avoid underline showing between images
+ }
+}
+
.confirmation-header {
padding: 140px 0 2em;
text-align: center;