diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 6 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 8c24f063b..ec3b45201 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -36,10 +36,14 @@ body { body.frontpage .table-cell .content { margin-top: 16em; } +.ie6 { + #front-main { + left: 1.5em; + } +} .ie6, .ie7 { #front-main { top: -3em; - left: 1.5em; } body.frontpage .table-cell .content { margin-top: 12em; diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index db348c2a4..66ce2d96b 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -151,6 +151,11 @@ select, input, textarea { font-size: 99%; max-width: 95%; } +.ie7 { + select, input, textarea { + max-width: none; + } +} // links |