diff options
author | thomascube <thomas@roundcube.net> | 2009-09-04 10:42:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-09-04 10:42:24 +0000 |
commit | 4b1647fcdc6e6442252e0866ceea45c3abd5de33 (patch) | |
tree | 458ae0110d7d9cec9f694a5a7f4ac2a0fe898411 /skins/default/iehacks.css | |
parent | 35f40fbda78a02a765c5efab41e1b8444257389c (diff) |
New logo and minor changes to default skin
Diffstat (limited to 'skins/default/iehacks.css')
-rw-r--r-- | skins/default/iehacks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css index 7ba2b9632..f074d8b59 100644 --- a/skins/default/iehacks.css +++ b/skins/default/iehacks.css @@ -177,7 +177,7 @@ body.iframe #compose-container { - width: expression((parseInt(document.documentElement.clientWidth)-210)+'px'); + width: expression((parseInt(document.documentElement.clientWidth)-230)+'px'); height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); } |