diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-21 20:01:58 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-21 20:01:58 +0200 |
commit | 264f1685dbb877f6c9872d1997fb0e479e4e3f5e (patch) | |
tree | fa77fd41d52f0e050386bbec4c8179cedc492217 /skins/larry/ie7hacks.css | |
parent | d8008fe3a99f2358e48517323d32f121e6968259 (diff) |
Fix Larry skin issues in IE7 compat. mode (#1488618)
Diffstat (limited to 'skins/larry/ie7hacks.css')
-rw-r--r-- | skins/larry/ie7hacks.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css index 6161d03dd..024c35bb2 100644 --- a/skins/larry/ie7hacks.css +++ b/skins/larry/ie7hacks.css @@ -7,10 +7,16 @@ * License. It is allowed to copy, distribute, transmit and to adapt the work * by keeping credits to the original autors in the README file. * See http://creativecommons.org/licenses/by-sa/3.0/ for details. - * - * $Id$ */ +/* #1488618 */ +#mainscreen { + height: expression((parseInt(document.documentElement.clientHeight)-108)+'px'); +} +#mainscreen.offset { + height: expression((parseInt(document.documentElement.clientHeight)-150)+'px'); +} + input.button { display: inline; font-size: 90%; |