diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-24 08:38:07 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-24 08:38:07 +0200 |
commit | a05bcd4926642607d259bae97250a852580eb3ea (patch) | |
tree | fbfabe5d3f1931003fa1e2e88162e8efb93c6b03 /skins | |
parent | 221448b520f4c1b2aaf2c161ee0913b1c746440e (diff) | |
parent | ff805351cae78676927f76a1960b8e688558fe95 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins')
-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%; |