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/settings.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/settings.css')
-rw-r--r-- | skins/default/settings.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css index 26b4f2cdb..f0024fcf9 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -10,8 +10,6 @@ height: 22px; border-bottom: 1px solid #999999; white-space: nowrap; - /* css hack for IE */ - width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); } span.tablink, @@ -53,9 +51,6 @@ span.tablink-selected a right: 20px; overflow: auto; border: 1px solid #999999; - /* css hack for IE */ - height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); - width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); } #userprefs-box table td.title @@ -75,8 +70,6 @@ span.tablink-selected a float: left; margin-right: 14px; min-width: 520px; - /* css hack for IE */ - width: expression(Math.min(520, parseInt(document.documentElement.clientWidth))+'px'); } #rcmfd_timezone @@ -99,8 +92,6 @@ span.tablink-selected a bottom: 140px; overflow: auto; border: 1px solid #999999; - /* css hack for IE */ - height: expression((parseInt(document.documentElement.clientHeight)-235)+'px'); } #folder-manager.droptarget @@ -114,8 +105,6 @@ span.tablink-selected a bottom: 60px; width: 420px; border: 1px solid #999999; - /* css hack for IE */ - height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); } #listbuttons @@ -135,8 +124,6 @@ span.tablink-selected a #subscription-table { width: 100%; - /* css hack for IE */ - width: expression('auto'); } #subscription-table input @@ -223,9 +210,6 @@ span.tablink-selected a bottom: 60px; border: 1px solid #999999; overflow: auto; - /* css hack for IE */ - width: expression((parseInt(document.documentElement.clientWidth)-470)+'px'); - height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); } #identity-details table td.title |