summaryrefslogtreecommitdiff
path: root/skins/default/ie6hacks.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-07-08 13:10:59 +0000
committerthomascube <thomas@roundcube.net>2010-07-08 13:10:59 +0000
commitb218aa7d2edb2819c0318578ce4d55ff4ce85a07 (patch)
treee60c6fc227ef83b727ae8c0a77a1fa13c9972c11 /skins/default/ie6hacks.css
parent5019d9caf7078d7202330195f26145ee843ac7f3 (diff)
Partially revert changes on compose screen from r3789
Diffstat (limited to 'skins/default/ie6hacks.css')
-rw-r--r--skins/default/ie6hacks.css5
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');