aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-16 15:59:25 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-16 15:59:25 +0000
commit85443c90882aeeec95a7ceed53dd54c1af21e4b0 (patch)
tree383c9069f1a0a4dc8611b771d7b77ac1cbc8b1b8 /web
parentcc5a3c97e2d55b573bb44c05e1621dfa5b7c1ce3 (diff)
Zurich list styling, bit reset-y.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zurich/base.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index 9e434b5c9..b187c0d8e 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -36,3 +36,32 @@
}
}
+// No grey background or other bits
+// The amount of resetting here shows this needs refactoring, so that it is FMS making the changes
+// Also look into why full-width pulls things out, but then it is its children
+// that have to recompensate with padding.
+h4.static-with-rule {
+ color: black;
+ font-size: 1em;
+ font-weight: bold;
+ text-transform: none;
+ background: none;
+ padding-left: 0;
+ padding-right: 0;
+ border-top: 0.25em solid #e5e5e5;
+}
+.issue-list {
+ border-bottom: none;
+ li {
+ padding-left: 0;
+ padding-right: 0;
+ background: none;
+ }
+}
+
+.issue-list-a {
+ border-bottom: none;
+ li {
+ background: none;
+ }
+}