summaryrefslogtreecommitdiff
path: root/skins/default/iehacks.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-06-14 19:25:11 +0000
committerthomascube <thomas@roundcube.net>2009-06-14 19:25:11 +0000
commit189482db2405e72e7b2b162be60aa7920d93a6ca (patch)
treefedbf8213ee47fba6924d856678b6aadc01ea796 /skins/default/iehacks.css
parent921270dfcbc8dc0a515782e8aafed08bae865df2 (diff)
Re-arrange html containers in order to move the footer links with the separator
Diffstat (limited to 'skins/default/iehacks.css')
-rw-r--r--skins/default/iehacks.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css
index a64e57e1b..0475bbc65 100644
--- a/skins/default/iehacks.css
+++ b/skins/default/iehacks.css
@@ -53,10 +53,15 @@ input, textarea
width: expression((parseInt(document.documentElement.clientWidth)-400)+'px');
}
-#mainscreen
+#messagetoolbar select.mboxlist
+{
+ top: -8px;
+}
+
+#mainscreen
{
width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
- height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
+ height: expression((parseInt(document.documentElement.clientHeight)-101)+'px');
}
#directorylist
@@ -86,9 +91,9 @@ input, textarea
height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}
-#mailpreviewframe
+#mailrightcontent
{
- height: expression((parseInt(this.parentNode.offsetHeight)-205)+'px');
+ height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px');
}
#partheader
@@ -98,12 +103,7 @@ input, textarea
#mailboxlist-container
{
- height: expression(parseInt(this.parentNode.offsetHeight)+'px');
-}
-
-#mailfooter
-{
- width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
+ height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px');
}
#messagelist,
@@ -114,8 +114,8 @@ input, textarea
#messageframe
{
- width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px');
- height: expression((parseInt(this.parentNode.offsetHeight))+'px');
+ width: expression((parseInt(this.parentNode.offsetWidth)-180)+'px');
+ height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px');
}
#messagecanvas