diff options
author | thomascube <thomas@roundcube.net> | 2009-05-15 10:22:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-15 10:22:29 +0000 |
commit | 51ede06434097ef8d0697ee204fa998d6445d194 (patch) | |
tree | 76d6362bca66010776af8e8fbb971ba848cc3215 /skins/default/settings.css | |
parent | 9bee4437b889f4e36e37116ebf1fc24765eecad6 (diff) |
Apply changes from r2348 to r2400 for 0.2.2 release
Diffstat (limited to 'skins/default/settings.css')
-rw-r--r-- | skins/default/settings.css | 101 |
1 files changed, 48 insertions, 53 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css index 5c4bd56dc..6c984ab67 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -132,6 +132,14 @@ span.tablink-selected a background-color: #F9F9F9; } +#subscription-table +{ + width: 100%; + /* css hack for IE */ + width: expression('auto'); +} + +#subscription-table tbody td, #identities-table tbody td { cursor: default; @@ -149,6 +157,45 @@ span.tablink-selected a width: 45%; } +#subscription-table tr.virtual td +{ + color: #666; +} + +#subscription-table tr.selected td, +#subscription-table tr.selected td a +{ + color: #FFFFFF; + background-color: #CC3333; +} + +#subscription-table tr.droptarget td, +#subscription-table tr.droptarget td a +{ + background-color: #FFFFA6; +} + +#subscription-table thead td.name +{ + width: 360px; +} + +#subscription-table thead td.msgcount +{ + width: 90px; +} + +#subscription-table thead td.subscribed +{ + width: 90px; +} + +#subscription-table thead td.rename, +#subscription-table thead td.delete +{ + width: 30px; +} + #identity-frame { position: relative; @@ -194,8 +241,7 @@ input.disabled #userprefs-title, #identity-title, -div.boxtitle, -#subscription-table thead td +div.boxtitle { height: 12px !important; padding: 4px 20px 3px 6px; @@ -220,57 +266,6 @@ div.settingspart padding: 10px; } -#subscription-table -{ - width: 100%; - /* css hack for IE */ - width: expression('auto'); -} - -#subscription-table tbody td -{ - height: 20px; - padding-left: 6px; - padding-right: 10px; - white-space: nowrap; - border-bottom: 1px solid #EBEBEB; - background-color: #F9F9F9; - cursor: default; -} - -#subscription-table tr.virtual td -{ - color: #666; -} - -#subscription-table tr.selected td, -#subscription-table tr.selected td a -{ - color: #FFFFFF; - background-color: #CC3333; -} - -#subscription-table tr.droptarget td, -#subscription-table tr.droptarget td a -{ - background-color: #FFFFA6; -} - -#subscription-table thead td.name -{ - width: 250px; -} - -#subscription-table thead td.msgcount -{ - width: 90px; -} - -#subscription-table thead td.subscribed -{ - width: 90px; -} - fieldset { margin-bottom: 0.5em; |