diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-12 12:27:46 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-12 12:27:46 +0000 |
| commit | f82bb3d0f1a6cfcfef44479e127e3fad1bee1bfc (patch) | |
| tree | 53e13ebd0dbb1db7ecace23d75d7b36ecd02d0cb /roundcubemail/skins/default/mail.css | |
| parent | b76b7431d968756ef7b92f97d767413f07a05f39 (diff) | |
Add link to open message in new window + tweaked some header styles
git-svn-id: https://svn.roundcube.net/trunk@1767 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 7f76ed85b..1502bd22d 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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 |
