From 240ad59dcded9b33826582fe6b9abd22dd479121 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 02 Jan 2013 14:05:54 -0500
Subject: [PATCH] Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
---
CHANGELOG | 1 +
skins/classic/iehacks.css | 8 +-------
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 8b26fbc..525aac4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
- Add option to use envelope From address for MDN responses (#1488880)
- Add possibility to search in message body only (#1488770)
- Support "multipart/relative" as an alias for "multipart/related" type (#1488886)
diff --git a/skins/classic/iehacks.css b/skins/classic/iehacks.css
index 2bd3ce8..c8b9b37 100644
--- a/skins/classic/iehacks.css
+++ b/skins/classic/iehacks.css
@@ -184,13 +184,7 @@
overflow: hidden;
}
-#countcontrols
-{
- width: 24em;
- padding-right: 10px;
-}
-
-body.iframe
+body.iframe
{
width: expression((parseInt(document.documentElement.clientWidth))+'px');
}
--
Gitblit v1.9.1