X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FmessageBody.css;h=580e70c24957c011c58d1c0b66b369ed1e6ddaaa;hp=d9dc71e790610755bb0733badfe7bee44e634ff8;hb=8f5d5e2121c5fb6730b4e2d2359ba3eb1cc98ede;hpb=58bfce8aac5e5a9a622610d393f1200d70003ec8 diff --git a/LCARStrek/messenger/messageBody.css b/LCARStrek/messenger/messageBody.css index d9dc71e7..580e70c2 100644 --- a/LCARStrek/messenger/messageBody.css +++ b/LCARStrek/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%; }