summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/iehacks.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-08-10 12:39:00 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-08-10 12:39:00 +0000
commite46347fb2e90d601ec3560cca8a87a99187d600d (patch)
treecf1bf8754560cb044cf232af447d0fcb48e5e703 /roundcubemail/skins/default/iehacks.css
parent1cd61bf09cf69741efecf9df06358c4f224f14d3 (diff)
Revert r2844: mailfooter should align with message list
git-svn-id: https://svn.roundcube.net/trunk@2851 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/iehacks.css')
-rw-r--r--roundcubemail/skins/default/iehacks.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/iehacks.css b/roundcubemail/skins/default/iehacks.css
index d9bdf5acd..b9a7d5573 100644
--- a/roundcubemail/skins/default/iehacks.css
+++ b/roundcubemail/skins/default/iehacks.css
@@ -158,6 +158,11 @@ input, textarea
height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
}
+#countcontrols
+{
+ width: 24em;
+}
+
body.iframe
{
width: expression((parseInt(document.documentElement.clientWidth))+'px');