diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-15 17:01:13 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-15 17:01:13 +0000 |
| commit | 93f12bde7a72a781539f6d1e2da471e4d486c514 (patch) | |
| tree | 8fcc35d1b04827c1711a938a10ac0362bfd6b779 | |
| parent | 345be33e32c1b0d450258b76b120c92f5a5648c9 (diff) | |
-fixed addindentity page + css hacks for IE + better right margin
git-svn-id: https://svn.roundcube.net/trunk@1798 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/settings.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css index ca01b5ae7..2030f2ecf 100644 --- a/roundcubemail/skins/default/settings.css +++ b/roundcubemail/skins/default/settings.css @@ -6,12 +6,12 @@ position: absolute; top: 50px; left: 220px; - right: 40px; + right: 20px; height: 22px; border-bottom: 1px solid #999999; white-space: nowrap; /* css hack for IE */ - width: expression((parseInt(document.documentElement.clientWidth)-260)+'px'); + width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); } span.tablink, @@ -92,6 +92,8 @@ span.tablink-selected a bottom: 60px; width: 420px; border: 1px solid #999999; + /* css hack for IE */ + height: expression((parseInt(document.documentElement.clientHeight)-160)+'px'); } #listbuttons @@ -137,12 +139,12 @@ span.tablink-selected a position: absolute; top: 95px; left: 450px; - right: 40px; + right: 20px; bottom: 60px; border: 1px solid #999999; overflow: auto; /* css hack for IE */ - width: expression((parseInt(document.documentElement.clientWidth)-490)+'px'); + width: expression((parseInt(document.documentElement.clientWidth)-470)+'px'); height: expression((parseInt(document.documentElement.clientHeight)-160)+'px'); } |
