diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 17:57:09 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 17:57:09 +0100 |
commit | f7c50e28dbd637b3b60c6aea0fac3768f8f59f05 (patch) | |
tree | df0e68dc3d7f6df13473b5f5a717805af0c04c92 /skins/classic/iehacks.css | |
parent | 39f883e1f9fab83a47b76fb4802c2d01fa9c4e76 (diff) | |
parent | 00a6b75622fb49dfe84173b04f8353fbc4216c9c (diff) |
Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8
Diffstat (limited to 'skins/classic/iehacks.css')
-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'); } |