X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmessageBody.css;h=87af19509d71ee59aec490bd7c24e2b01e074e0c;hb=56029cafc51f2cfb90a4d902402129e51fcde8b8;hp=0852b3d39819c25108b3751e298ca27b3d3c012c;hpb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa;p=themes.git diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index 0852b3d3..87af1950 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -36,36 +36,15 @@ * ***** END LICENSE BLOCK ***** */ @import url("chrome://communicator/skin/smileys.css"); -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +@namespace url("http://www.w3.org/1999/xhtml"); /* ===== messageBody.css ================================================= == Styles for the body of a mail message. ======================================================================= */ -window { - overflow: auto; -} - -mailattachcount { - display: none; -} - /* :::: message header ::::: */ -header { - text-align: left; -} - -html|html { - /* XXX Doesn't seem to work. (Same with "html|body".) */ - background-color: white; -} - -headerdisplayname { - font-weight: bold; - white-space: pre; -} - .header-part1 { border-left: 4px solid #EFEFEF; background-color: #EFEFEF; @@ -144,3 +123,14 @@ span.moz-txt-formfeed { .moz-signature > a { color: #7777FF; /* light blue */ } + +/* ::::: attached images ::::: */ + +.moz-attached-image-unscaled { + cursor: -moz-zoom-out; +} + +.moz-attached-image-scaled { + cursor: -moz-zoom-in; + max-width: 100%; +}