diff options
author | thomascube <thomas@roundcube.net> | 2009-08-10 12:39:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-08-10 12:39:00 +0000 |
commit | 996f0b4a1fb954de443e8d37d72b7cf732d4c3ad (patch) | |
tree | 04eb2d5aee2b580627f199de8bf76cf67e321389 /skins/default/iehacks.css | |
parent | d634fa60a2fa8b54c96de32c42f086bbcd225403 (diff) |
Revert r2844: mailfooter should align with message list
Diffstat (limited to 'skins/default/iehacks.css')
-rw-r--r-- | skins/default/iehacks.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css index d9bdf5acd..b9a7d5573 100644 --- a/skins/default/iehacks.css +++ b/skins/default/iehacks.css @@ -158,6 +158,11 @@ input, textarea height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px'); } +#countcontrols +{ + width: 24em; +} + body.iframe { width: expression((parseInt(document.documentElement.clientWidth))+'px'); |