diff options
author | Josh Angell <jbangell@gmail.com> | 2012-03-14 09:49:25 +0000 |
---|---|---|
committer | Josh Angell <jbangell@gmail.com> | 2012-03-14 09:49:25 +0000 |
commit | 8d07e6e0036a15901b3eb077325beace61f2e1b8 (patch) | |
tree | 07590499e24bd32d86a33102e2fdf2af1a10b457 | |
parent | 0104e80bf9ea96c52bf8b3bb2bc7b311be7e1f15 (diff) |
Fix logged in message to be in proper place for IE6/7 and make the 'fixmy' yellow in the ie6 gif (for #276)
-rw-r--r-- | web/cobrands/fixmystreet/images/ie_logo.gif | bin | 2400 -> 2384 bytes | |||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/images/ie_logo.gif b/web/cobrands/fixmystreet/images/ie_logo.gif Binary files differindex 66dd1de22..cfcbd258b 100644 --- a/web/cobrands/fixmystreet/images/ie_logo.gif +++ b/web/cobrands/fixmystreet/images/ie_logo.gif diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 6247c7474..ff75409ec 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -570,8 +570,15 @@ body.twothirdswidthpage { .ie6, .ie7 { #user-meta { z-index:1; + p { + top:-2em; + } } } +.ie6 #user-meta { + width:57em; //ie6 doesn't like max-width +} + // Wraps around #key-tools box - sticks to the bottom of the screen on desktop |