diff options
author | thomascube <thomas@roundcube.net> | 2005-10-16 19:14:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-16 19:14:00 +0000 |
commit | cd900dd71f56698b2c8ffedeb1af342e79faf0db (patch) | |
tree | 910d16436eb8d0979cac6849a631956b140ad90d /skins/default/mail.css | |
parent | 9fee0ed9af6bb1daa3af2ff7290f5589040b4821 (diff) |
Improved folder display; added Portuguese and Catalan translation
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 5ae46f151..5ebad537d 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -174,17 +174,26 @@ font-weight: bold; } -#mailboxlist +#mailboxlist-container { position: absolute; top: 100px; left: 20px; width: 160px; + bottom: 80px; + border: 1px solid #CCCCCC; + background-color: #F9F9F9; + overflow: auto; + /* css hack for IE */ + height: expression((parseInt(document.documentElement.clientHeight)-180)+'px'); +} + +#mailboxlist +{ + width: 100%; height: auto; margin: 0px; padding: 0px; - border: 1px solid #CCCCCC; - background-color: #F9F9F9; list-style-image: none; list-style-type: none; overflow: hidden; |