diff options
author | thomascube <thomas@roundcube.net> | 2006-07-25 22:11:50 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-07-25 22:11:50 +0000 |
commit | 24053e0d308d6c80149b812cda8774ed3d6ed71d (patch) | |
tree | 9dbd832a2e57bbd4083e6d7ebb62b7bb74bed07d /skins/default/settings.css | |
parent | f0f98fb108885aca3c29f759128040ef9e015e68 (diff) |
Several bugfixes and improvements. See CHANGELOG for details
Diffstat (limited to 'skins/default/settings.css')
-rw-r--r-- | skins/default/settings.css | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css index fe6a5898b..c172576fd 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -67,6 +67,15 @@ span.tablink-selected a left: 20px; } +#folder-manager +{ + width: 500px; + bottom: 120px; + overflow: auto; + border: 1px solid #999999; + height: expression((parseInt(document.documentElement.clientHeight)-215)+'px'); +} + #identities-table { width: 500px; @@ -101,6 +110,15 @@ span.tablink-selected a padding-right: 10px; } +#bottomboxes +{ + position: absolute; + width: 500px; + height: 100px; + left: 20px; + bottom: 20px; +} + #userprefs-title, #identity-title, div.boxtitle, @@ -132,8 +150,8 @@ div.settingspart #subscription-table { - width: 500px; - border: 1px solid #999999; + width: 100%; + table-layout: fixed; } #subscription-table tbody td @@ -145,10 +163,12 @@ div.settingspart background-color: #F9F9F9; } -/* -#subscription-table tbody td select +#subscription-table td.name { - width: 150px; + width: 280px; } -*/ +#subscription-table td.subscribed +{ + width: 80px; +} |