summaryrefslogtreecommitdiff
path: root/skins/classic/ie6hacks.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-28 20:25:05 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-01-28 20:25:05 +0100
commit6782fe1fd7d3230350153ba307dd5d49b9670604 (patch)
tree070fe47f575e4ef74e914471e5033b5451e9d083 /skins/classic/ie6hacks.css
parentb4a30ac84f9f6267f91f7d2d93462133cd772305 (diff)
parent0f4022d54f12fed14c25bc4d78779494b86c4fcc (diff)
Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release-0.9
Diffstat (limited to 'skins/classic/ie6hacks.css')
-rw-r--r--skins/classic/ie6hacks.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/skins/classic/ie6hacks.css b/skins/classic/ie6hacks.css
index ac953867a..a431ee45e 100644
--- a/skins/classic/ie6hacks.css
+++ b/skins/classic/ie6hacks.css
@@ -3,6 +3,7 @@
#taskbar
{
background: url(images/taskbar.gif) top right no-repeat;
+ width: expression((parseInt(document.documentElement.clientWidth)-250)+'px');
}
img
@@ -38,11 +39,6 @@ body > #message div.confirmation,
background-image: url(images/icons/folders.gif);
}
-#attachment-list
-{
- height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
-}
-
#messagetoolbar a
{
display: block;
@@ -124,6 +120,11 @@ ul.toolbarmenu li.separator_below
height: expression((parseInt(this.parentNode.offsetHeight)-23-parseInt(this.style.top?this.style.top:21))+'px');
}
+#compose-body-div
+{
+ height: expression(parseInt(this.parentNode.offsetHeight)+'px');
+}
+
#folder-manager
{
height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
@@ -176,3 +177,8 @@ body.iframe .boxtitle
{
zoom: 1;
}
+
+#abookactions a
+{
+ background-image: url("images/icons/groupactions.gif");
+}