diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 3 | ||||
-rw-r--r-- | web/cobrands/greenwich/base.scss | 2 | ||||
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 4 | ||||
-rw-r--r-- | web/cobrands/sass/_base.scss | 8 | ||||
-rw-r--r-- | web/cobrands/sass/_report_list.scss | 4 |
5 files changed, 7 insertions, 14 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 4b61f8ee9..3fe542695 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -71,11 +71,10 @@ body.alertindex form.full-width { body.mappage #user-meta p { background-color: $bromley_blue; border-bottom: 1px solid #444; - left: 2.65em; } // And also override the banner on other pages so that it lines up properly -#user-meta { +#user-meta, body.mappage #user-meta { max-width: 1200px; } #user-meta p, diff --git a/web/cobrands/greenwich/base.scss b/web/cobrands/greenwich/base.scss index 844cf2762..3d8dc29ba 100644 --- a/web/cobrands/greenwich/base.scss +++ b/web/cobrands/greenwich/base.scss @@ -29,7 +29,7 @@ body.frontpage #site-logo, background-size: cover; } -.issue-list-a li, .list-a li, #user-meta p, #front-main #postcodeForm { +.issue-list-a li, #user-meta p, #front-main #postcodeForm { background-color: $greenwich_light_grey; } diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 75a31e461..4dc3efe4e 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -266,7 +266,7 @@ body.mappage { } } -.report-list, .issue-list-a { +.issue-list-a { li:after { background-color: $oxfordshire_mid_grey_green; } @@ -287,7 +287,7 @@ h4.static-with-rule { background: transparent; margin-top: 0; // no space between list items - // Replicate .report-list styling, a bit + // Replicate .issue-list-a styling, a bit border-top: 1px solid $oxfordshire_mid_grey_green; padding: 1em 1em 1em 0; margin-left: 1em; diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 60a70f77e..0df8ad01b 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -919,13 +919,7 @@ input.final-submit { } } } -.list-a { - @extend .issue-list-a; - a { - padding:0.5em 1em; - font-weight:bold; - } -} + //display:table fixes .ie6, .ie7 { .issue-list-a { diff --git a/web/cobrands/sass/_report_list.scss b/web/cobrands/sass/_report_list.scss index 0ba69fd4b..442072083 100644 --- a/web/cobrands/sass/_report_list.scss +++ b/web/cobrands/sass/_report_list.scss @@ -34,7 +34,7 @@ } } -.report-list, .issue-list-a { +.issue-list-a { margin-#{$left}: 0; li { @@ -153,7 +153,7 @@ } body.frontpage { - .issue-list-a, .list-a { + .issue-list-a { li .text { padding-#{$left}: 3em; } |