diff options
author | thomascube <thomas@roundcube.net> | 2007-05-18 13:28:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-05-18 13:28:41 +0000 |
commit | 006d4392871874365f08265fb091fc41e2870a8e (patch) | |
tree | c75cbfe3fa4dc511e4e1fd2bbc2a2b119df32f38 | |
parent | c944cde4d05164b6271b4f3acbbe2855e31b1a97 (diff) |
Reduce space beween folders and message list
-rw-r--r-- | skins/default/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 0e2466c13..a406e423a 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -194,7 +194,7 @@ html>body*#messagecontframe position: absolute; top: 85px; left: 20px; - width: 140px !important; + width: 145px !important; /* width: 162px; */ height: 13px; padding: 3px 10px 2px 10px; @@ -211,7 +211,7 @@ html>body*#messagecontframe position: absolute; top: 105px; left: 20px; - width: 160px; + width: 165px; bottom: 40px; border: 1px solid #CCCCCC; background-color: #F9F9F9; |