alecpl
2009-08-30 3181bef92bc1b772300de0a5ea4000390021c8bd
- fix compose menu with lower resolutions on IE (#1486012)


2 files modified
4 ■■■■ changed files
skins/default/iehacks.css 2 ●●● patch | view | raw | blame | history
skins/default/mail.css 2 ●●● patch | view | raw | blame | history
skins/default/iehacks.css
@@ -45,7 +45,7 @@
#messagetoolbar
{
  width: expression((parseInt(document.documentElement.clientWidth)-400)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-215)+'px');
  z-index: 240;
}
skins/default/mail.css
@@ -6,7 +6,7 @@
  position: absolute;
  top: 47px;
  left: 200px;
  right: 200px;
  right: 10px;
  height: 35px;
  min-width: 650px;
  white-space: nowrap;