diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-29 16:54:41 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-29 16:54:41 +0100 |
commit | d9f180adf9e1e8a63ea9bfdb534dc376a4829fee (patch) | |
tree | 22ae88c3ae1d505a3d89012741a4b45e8747a6fc /skins/larry/ie7hacks.css | |
parent | 6f3c97c5d32f93bb81b157bc4340fef8ee0b60ea (diff) |
Minor IE7/8 fixes
Diffstat (limited to 'skins/larry/ie7hacks.css')
-rw-r--r-- | skins/larry/ie7hacks.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css index d383c1e3e..bca39e92d 100644 --- a/skins/larry/ie7hacks.css +++ b/skins/larry/ie7hacks.css @@ -25,6 +25,10 @@ height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); } +#messagepartframe { + height: expression((parseInt(this.parentNode.offsetHeight)-1)+'px'); +} + input.button { display: inline; font-size: 90%; |