diff options
author | thomascube <thomas@roundcube.net> | 2009-05-26 12:28:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-26 12:28:04 +0000 |
commit | b4f7c665bbe31d4ddbdca8c9f89eedb1d6187582 (patch) | |
tree | a4430ed9bc3318cfe0bf6ffa18a2cad94ddddae1 /skins/default/addresses.css | |
parent | 8234b4c6bc3c9cd9cb639039d3080131098dd966 (diff) |
Tweak default skin with better icons (sprites) and move IE hacks to an external file included by conditional comments
Diffstat (limited to 'skins/default/addresses.css')
-rw-r--r-- | skins/default/addresses.css | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/skins/default/addresses.css b/skins/default/addresses.css index 6f984e01d..d864811c9 100644 --- a/skins/default/addresses.css +++ b/skins/default/addresses.css @@ -29,16 +29,13 @@ color: #333333; } -#mainscreen +#addressscreen { position: absolute; top: 85px; right: 20px; bottom: 40px; left: 200px; - /* css hack for IE */ - width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); - height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); } #directorylist @@ -51,8 +48,6 @@ border: 1px solid #999999; background-color: #F9F9F9; overflow: hidden; - /* css hack for IE */ - height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); } #addresslist @@ -63,8 +58,6 @@ border: 1px solid #999999; background-color: #F9F9F9; overflow: auto; - /* css hack for IE */ - height: expression(parseInt(this.parentNode.offsetHeight)+'px'); } #importbox @@ -78,8 +71,6 @@ background-color: #F9F9F9; padding-bottom: 4ex; overflow: auto; - /* css hack for IE */ - height: expression((parseInt(document.documentElement.clientHeight)-135)+'px'); } #addresslist @@ -139,8 +130,6 @@ { width: 100%; table-layout: fixed; - /* css hack for IE */ - width: expression(document.getElementById('addresslist').clientWidth); } @@ -159,9 +148,6 @@ bottom: 0px; border: 1px solid #999999; overflow: hidden; - /* css hack for IE */ - height: expression(parseInt(this.parentNode.offsetHeight)+'px'); - width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px'); } body.iframe, |