summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-02 20:05:54 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-02 20:05:54 +0100
commit240ad59dcded9b33826582fe6b9abd22dd479121 (patch)
tree3a5c310a4d71bfd322c315951f9dd5585ea911f2 /skins
parent57ea837e69b775d0b0e25b0db7887ad245a39fa7 (diff)
Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/iehacks.css8
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');
}