Aleksander Machniak
2013-01-02 240ad59dcded9b33826582fe6b9abd22dd479121
Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
2 files modified
9 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/classic/iehacks.css 8 ●●●● patch | view | raw | blame | history
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)
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');
}