aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2014-02-17 13:20:58 +0000
committerHakim Cassimally <hakim@mysociety.org>2014-03-05 09:43:12 +0000
commit5c4212710b15259e8a76720ca67e34c9fbf50846 (patch)
treecda012795f6c2415626d374416b6a635d1b0f905 /web
parent0fb3e3f538e5b1a88053025b85d118eb946f845e (diff)
[Hart] fix recent photos box in Local Alerts
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/hart/layout.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/web/cobrands/hart/layout.scss b/web/cobrands/hart/layout.scss
index 639be2901..0acc5f81c 100644
--- a/web/cobrands/hart/layout.scss
+++ b/web/cobrands/hart/layout.scss
@@ -3,7 +3,7 @@
@media only screen and (min-width: 48em) {
.content {
- margin-top: 11em;
+ margin-top: 8em;
}
}
@@ -14,3 +14,18 @@
#report-a-problem-sidebar {
top: 11em;
}
+
+body.twothirdswidthpage .content {
+ aside {
+ left: 672px;
+ width: 208px;
+ padding: 16px;
+ }
+ .sticky-sidebar {
+ left: 672px;
+ aside {
+ position: fixed;
+ top: 14em;
+ }
+ }
+}