diff options
author | thomascube <thomas@roundcube.net> | 2010-07-08 13:10:59 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-07-08 13:10:59 +0000 |
commit | b218aa7d2edb2819c0318578ce4d55ff4ce85a07 (patch) | |
tree | e60c6fc227ef83b727ae8c0a77a1fa13c9972c11 /skins/default/ie6hacks.css | |
parent | 5019d9caf7078d7202330195f26145ee843ac7f3 (diff) |
Partially revert changes on compose screen from r3789
Diffstat (limited to 'skins/default/ie6hacks.css')
-rw-r--r-- | skins/default/ie6hacks.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/default/ie6hacks.css b/skins/default/ie6hacks.css index aaba2f2a6..912eac48f 100644 --- a/skins/default/ie6hacks.css +++ b/skins/default/ie6hacks.css @@ -113,6 +113,11 @@ ul.toolbarmenu li.separator_below height: expression((parseInt(this.parentNode.offsetHeight)-24-parseInt(this.style.top?this.style.top:21))+'px'); } +#compose-div .boxlistcontent +{ + height: expression((parseInt(this.parentNode.offsetHeight)-28-parseInt(this.style.top?this.style.top:21))+'px'); +} + #directorylistbox { height: expression((parseInt(document.documentElement.clientHeight)-105)+'px'); |