- fix compose menu with lower resolutions on IE (#1486012)

release-0.6
alecpl 15 years ago
parent a5c1ecea58
commit 3181bef92b

@ -45,7 +45,7 @@ input, textarea
#messagetoolbar
{
width: expression((parseInt(document.documentElement.clientWidth)-400)+'px');
width: expression((parseInt(document.documentElement.clientWidth)-215)+'px');
z-index: 240;
}

@ -6,7 +6,7 @@
position: absolute;
top: 47px;
left: 200px;
right: 200px;
right: 10px;
height: 35px;
min-width: 650px;
white-space: nowrap;

Loading…
Cancel
Save