X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmessageBody.css;fp=EarlyBlue%2Fmessenger%2FmessageBody.css;h=fe21912373ecbf001aa28992270c330aaa761160;hp=4086262c82deeb9443f7c6682eed45fd5d7ee267;hb=8f5d5e2121c5fb6730b4e2d2359ba3eb1cc98ede;hpb=58bfce8aac5e5a9a622610d393f1200d70003ec8 diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index 4086262c..fe219123 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,22 @@ 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; + } } /* ::::: vcard ::::: */ @@ -112,12 +114,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%; }