diff options
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 53 |
1 files changed, 48 insertions, 5 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 20a13f62f..48eba6e02 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -52,7 +52,7 @@ bottom: 0; width: 100%; height: 27px; - border-radius: 0 0 4px 4px; + border-radius: 4px; border-top: none; } @@ -145,6 +145,7 @@ a.iconbutton.threadmode.selected { #mailboxlist li:first-child { border-radius: 4px 4px 0 0; + border-top: 0; } #mailboxlist li.mailbox a { @@ -621,12 +622,12 @@ a.iconbutton.threadmode.selected { } #messagelist tr td div.collapsed { - background-position: 0 -1136px; + background-position: 0 -1137px; cursor: pointer; } #messagelist tr td div.expanded { - background-position: 0 -1156px; + background-position: 0 -1157px; cursor: pointer; } @@ -972,6 +973,7 @@ div.hide-headers { } #messagebody { + position: relative; margin: 8px; } @@ -1050,10 +1052,51 @@ div.message-part blockquote blockquote blockquote { border-bottom: 2px solid #f0f0f0; } -#messagebody > p > img { +#messagebody fieldset.image-attachment { + border: 0; + border-top: 1px solid #ccc; + margin-top: 1em; +} + +#messagebody fieldset.image-attachment p > img { max-width: 80%; } +#messagebody legend.image-filename { + color: #999; + font-size: 0.9em; + margin: 0 1em; +} + +#messagebody p.image-attachment { + position: relative; + padding: 1em; + border-top: 1px solid #ccc; +} + +#messagebody p.image-attachment a.image-link { + float: left; + display: block; + margin-right: 2em; + min-width: 160px; + min-height: 60px; + text-align: center; +} + +#messagebody p.image-attachment .image-filename { + display: block; + font-weight: bold; + line-height: 1.6em; +} + +#messagebody p.image-attachment .image-filesize { + padding-right: 1em; +} + +#messagebody p.image-attachment .attachment-links a { + margin-right: 0.6em; +} + #messagepartcontainer { position: absolute; top: 60px; @@ -1293,7 +1336,7 @@ div.message-part blockquote blockquote blockquote { #composebody { position: absolute; - top: 1px; + top: 0; left: 0; bottom: 0; width: 99%; |