From b748677e472552c45c2fdc32c7ae9462cd2c0ce8 Mon Sep 17 00:00:00 2001 From: Steven Day Date: Thu, 30 Jul 2015 16:46:07 +0100 Subject: Fix sidebar running over the footer on alerts page This page used the .sticky-sidebar class that is used in the help section to present the in-page navigation of a lot of text. There, there's no danger of the sidebar being scrolled over the footer because it's very short. On this page though, there is. This commit removes that class, so that the recent photos are fixed in position with the top of the content. I don't think this is a great loss for usability or design. It also removes the alertindex class, which was only used to work around this issue. Closes #1168 --- templates/web/base/alert/index.html | 4 ++-- templates/web/base/alert/list.html | 2 +- templates/web/fixmybarangay/alert/index.html | 2 +- web/cobrands/eastsussex/layout.scss | 4 ---- web/cobrands/fixmystreet/layout.scss | 8 -------- 5 files changed, 4 insertions(+), 16 deletions(-) diff --git a/templates/web/base/alert/index.html b/templates/web/base/alert/index.html index e3dead34a..314008846 100644 --- a/templates/web/base/alert/index.html +++ b/templates/web/base/alert/index.html @@ -1,4 +1,4 @@ -[% INCLUDE 'header.html', title = loc('Local RSS feeds and email alerts'), bodyclass = 'twothirdswidthpage alertindex' %] +[% INCLUDE 'header.html', title = loc('Local RSS feeds and email alerts'), bodyclass = 'twothirdswidthpage' %]

[% loc('Local RSS feeds and email alerts') %]

@@ -37,7 +37,7 @@ To find out what local alerts we have for you, please enter your [% c.cobrand.co [% IF photos.size %] -