diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-02 20:05:54 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-02 20:07:31 +0100 |
commit | 941f8b5affaffe7f24a6447aba389980778d427a (patch) | |
tree | fbe05ce55785c71f2b355d63c09e72921d309a6d /skins | |
parent | c3a3531b36c074c2b30fe207ab315a4de09d645d (diff) |
Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
Conflicts:
CHANGELOG
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/iehacks.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/skins/classic/iehacks.css b/skins/classic/iehacks.css index 2bd3ce865..c8b9b3740 100644 --- a/skins/classic/iehacks.css +++ b/skins/classic/iehacks.css @@ -184,13 +184,7 @@ body.iframe div.messageheaderbox overflow: hidden; } -#countcontrols -{ - width: 24em; - padding-right: 10px; -} - -body.iframe +body.iframe { width: expression((parseInt(document.documentElement.clientWidth))+'px'); } |