aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
l---------templates/web/bromley/reports/_list-filters.html2
l---------templates/web/greenwich/reports/_list-filters.html2
-rw-r--r--web/cobrands/greenwich/layout.scss6
-rw-r--r--web/cobrands/sass/_report_list.scss7
4 files changed, 9 insertions, 8 deletions
diff --git a/templates/web/bromley/reports/_list-filters.html b/templates/web/bromley/reports/_list-filters.html
index 83b6071c1..0422239b4 120000
--- a/templates/web/bromley/reports/_list-filters.html
+++ b/templates/web/bromley/reports/_list-filters.html
@@ -1 +1 @@
-templates/web/oxfordshire/reports/_list-filters.html \ No newline at end of file
+../../oxfordshire/reports/_list-filters.html \ No newline at end of file
diff --git a/templates/web/greenwich/reports/_list-filters.html b/templates/web/greenwich/reports/_list-filters.html
index 83b6071c1..0422239b4 120000
--- a/templates/web/greenwich/reports/_list-filters.html
+++ b/templates/web/greenwich/reports/_list-filters.html
@@ -1 +1 @@
-templates/web/oxfordshire/reports/_list-filters.html \ No newline at end of file
+../../oxfordshire/reports/_list-filters.html \ No newline at end of file
diff --git a/web/cobrands/greenwich/layout.scss b/web/cobrands/greenwich/layout.scss
index bde0eded5..2e0ce47f0 100644
--- a/web/cobrands/greenwich/layout.scss
+++ b/web/cobrands/greenwich/layout.scss
@@ -288,9 +288,3 @@ body.fullwidthpage, body.twothirdswidthpage {
}
}
}
-
-// Override the default issue (report) list styling on the /my page, so that
-// reports don't pop out the side of the sidebar
-.issue-list-a.full-width {
- margin-left: -1em;
-}
diff --git a/web/cobrands/sass/_report_list.scss b/web/cobrands/sass/_report_list.scss
index b4e150d03..179a7983c 100644
--- a/web/cobrands/sass/_report_list.scss
+++ b/web/cobrands/sass/_report_list.scss
@@ -109,6 +109,13 @@
}
}
+// On the /my page, we use a .issue-list with an extra full-width modifier
+// which removes the left padding. However, our new reports list still needs
+// it:
+.issue-list-a.full-width {
+ margin-left: -1em;
+}
+
.big-green-banner {
display: none; // hide the empty banner by default