diff options
author | thomascube <thomas@roundcube.net> | 2008-09-12 12:27:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-12 12:27:46 +0000 |
commit | 203ee44470707bfe3af16f4ff4146896fa94e140 (patch) | |
tree | 83f7fe32ae13796aa4eeaa66d35dc055469458dd /skins/default/mail.css | |
parent | e5686f4a011ea0110bf49ae1d56aa749c75ffc76 (diff) |
Add link to open message in new window + tweaked some header styles
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 7f76ed85b..1502bd22d 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -632,6 +632,7 @@ html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: au div.messageheaderbox { + position: relative; margin: 6px 8px 0px 8px; border: 1px solid #ccc; } @@ -651,6 +652,11 @@ table.headers-table border: 1px solid #ccc; } +#messageframe table.headers-table +{ + border-bottom: 1px solid #ccc; +} + table.headers-table tr td { font-size: 11px; @@ -813,6 +819,15 @@ div.message-htmlpart div.rcmBody color: #333333; } +#messageviewlink +{ + position: absolute; + top: 1px; + right: 1px; + width: 15px; + height: 15px; + border: 0; +} /** message compose styles */ @@ -978,19 +993,20 @@ div.message-htmlpart div.rcmBody margin-top: 4px; } -.more-headers +table.headers-table tr td.more-headers { cursor: pointer; width: 100%; - height: 6px; + height: 8px; + border-bottom: 0; } -.show-headers +td.show-headers { background: url(images/icons/down_small.gif) no-repeat center; } -.hide-headers +td.hide-headers { background: url(images/icons/up_small.gif) no-repeat center; } @@ -1004,7 +1020,7 @@ div.message-htmlpart div.rcmBody #headers-source { margin: 0 5px; - width: 100%; + padding: 0.5em; height: 145px; background: white; overflow: auto; @@ -1013,7 +1029,7 @@ div.message-htmlpart div.rcmBody border: 1px solid #999999; display: none; text-align: left; - color: #666666; + color: #333; } font.bold |