diff options
author | thomascube <thomas@roundcube.net> | 2011-12-14 23:13:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-14 23:13:38 +0000 |
commit | b540ed15a30cd9379df7feb62b0ae81a8a111e9c (patch) | |
tree | 1059706e04f4b9af5be10e7f2a16f14a6830db13 /skins/larry/mail.css | |
parent | bd9190a660151c16af40c29ed63309a08fa7db04 (diff) |
Larry is growing up
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 59 |
1 files changed, 48 insertions, 11 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 34fe36b38..04266bc49 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -624,6 +624,20 @@ html.chrome #messagelist tr td.threads { /**** message view ****/ +#mailpreviewframe { + display: none; + position: absolute; + top: 0; + left: 0; + width: 100%; + bottom: 28px; +} + +#messagecontframe { + border: 0; + border-radius: 4px 4px 0 0; +} + #messagecontent { position: absolute; top: 140px; @@ -636,6 +650,7 @@ html.chrome #messagelist tr td.threads { #messageheader, #partheader { + position: relative; padding: 3px 0; background: #fff; background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%); @@ -654,6 +669,15 @@ h2.subject { text-overflow: ellipsis; } +h3.subject { + font-size: 14px; + margin: 0 8em 0 0; + padding: 8px 8px 4px 8px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + .headers-table td { color: #666; padding: 2px 8px; @@ -694,6 +718,21 @@ h2.subject { height: 13px; } +#messagepreviewheader { + margin: 0 8px; + padding-bottom: 8px; + border-bottom: 2px solid #f0f0f0; +} + +#messagepreviewheader .headers-table { + margin: 0 -8px; +} + +#messagepreviewheader h3.subject { + padding-left: 0; +} + +#messagepreviewheader #countcontrols, #messageheader #countcontrols { position: absolute; top: 8px; @@ -709,11 +748,13 @@ h2.subject { white-space: nowrap; } -#messagecontent .leftcol { +#messagecontent .leftcol, +#messagepreview .leftcol { margin-right: 250px; } -#messagecontent .rightcol { +#messagecontent .rightcol, +#messagepreview .rightcol { float: right; /* position: absolute; @@ -728,7 +769,6 @@ h2.subject { padding: 8px; } - #messagebody { margin: 8px; } @@ -738,7 +778,9 @@ h2.subject { margin: 8px; } -#message-objects div.notice { +#message-objects div.notice, +#message-buttons div.notice { + display: block; color: #960; border: 1px solid #ffdf0e; background-color: #fef893; @@ -760,18 +802,13 @@ h2.subject { div.message-part, div.message-htmlpart { padding: 10px 2px; - border-top: 1px solid #ccc; + border-top: 2px solid #f0f0f0; } #messagebody div:first-child { border-top: 0; } -div.message-part a, -div.message-htmlpart a { - color: #0000CC; -} - div.message-part pre, div.message-htmlpart pre, div.message-part div.pre { @@ -812,7 +849,7 @@ div.message-part blockquote blockquote blockquote { color: #fff; background: #fff; border: 0; - border-bottom: 2px dotted #ccc; + border-bottom: 2px solid #f0f0f0; } #messagebody > p > img { |