X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmessageBody.css;h=26ced551daee31f5813a9e1ebbeb8b99b24c4ffb;hp=4086262c82deeb9443f7c6682eed45fd5d7ee267;hb=e20c83c37c445a6d9393557afacebe5041aaa135;hpb=9b1c3cf977537f3b1f7e2fc89977eac6e2bfb6fe diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index 4086262c..26ced551 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -23,7 +23,7 @@ background-color: #DEDEDE; } -div.headerdisplayname { +.headerdisplayname { display: inline; font-weight: bold; white-space: pre; @@ -70,20 +70,27 @@ div.headerdisplayname { display: none; } -span.moz-txt-underscore { +.moz-txt-underscore { text-decoration: underline; } -span.moz-txt-formfeed { +.moz-txt-formfeed { display: block; height: 100%; } /* ::::: signature ::::: */ -.moz-txt-sig, -.moz-signature { - opacity: 0.5; +@media not print { + .moz-txt-sig, + .moz-signature { + opacity: 0.5; + } + + .moz-txt-sig .moz-txt-sig, + .moz-signature .moz-signature { + opacity: 1.0; + } } /* ::::: vcard ::::: */ @@ -112,12 +119,16 @@ span.moz-txt-formfeed { /* ::::: attached images ::::: */ +.moz-attached-image { + image-orientation: from-image; +} + moz-attached-image[overflowing="true"] { - cursor: -moz-zoom-out; + cursor: zoom-out; } .moz-attached-image[isshrunk="true"] { - cursor: -moz-zoom-in; + cursor: zoom-in; max-width: 100%; }