diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-29 13:38:20 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-29 13:38:20 +0100 |
commit | ffd4e5307c5a638f09a27c9fe85fcd92972c4d0f (patch) | |
tree | 2c0a2f0818b00995325642eea79a9657402aaf2a | |
parent | f6729a1c1e78e0542e4eed2b73c401cec5210768 (diff) |
Bromley style tweaks, deal with shrinking inputs in IE7, hmm.
-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 |