X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmessageHeader.css;h=8e69287809b617e2c3dcab4d6e0192f6944a1f62;hp=7135678f8f240942c9372995e0b6bb6c9a9ea1e2;hb=f37839164651769648df693720ac2ad8f90fb858;hpb=b78a2332e703695cbcd8f698952f38226027e4de diff --git a/EarlyBlue/messenger/messageHeader.css b/EarlyBlue/messenger/messageHeader.css index 7135678f..8e692878 100644 --- a/EarlyBlue/messenger/messageHeader.css +++ b/EarlyBlue/messenger/messageHeader.css @@ -48,6 +48,7 @@ #collapsedHeaderView, #expandedHeaderView { min-width: 1px; + border-bottom: 1px solid #9999CC; } /* ::::: msg header buttons ::::: */ @@ -64,15 +65,18 @@ /* ::::: msg header captions ::::: */ -#msgHeaderView { - border-left: none; - border-right: none; +#expandedHeaders { + padding-bottom: 2px; } -#collapsedHeaderView, -#expandedHeaderView { - border-bottom: 1px solid #9999CC; - min-width: 1px; +mail-headerfield, +mail-toggle-headerfield, +mail-emailheaderfield, +mail-multi-emailHeaderField, +mail-messageids-headerfield, +mail-tagfield, +mail-urlfield { + padding-top: 2px; } .headerNameBox { @@ -82,27 +86,18 @@ .headerName { margin: 0; -moz-margin-end: .25em; - min-height: 16px; font-weight: bold; text-align: right; } .headerValue { - margin: 0 0 3px; + margin: 0; min-width: 50px; white-space: normal; color: inherit; background-color: transparent; } -.headerValueBox { - margin: 0 0 3px; -} - -.headerValueBox > .headerValue { - margin: 0; -} - .headerValueBox[singleline="true"] { overflow: hidden; } @@ -187,6 +182,10 @@ /* ::::: collapsed view styles ::::: */ +#collapsedHeaderView { + padding-top: 1px; +} + #collapsedAttachmentBox { -moz-box-pack: center; } @@ -209,20 +208,20 @@ } .collapsedHeaderDisplayName { - margin-top: 2px; - margin-bottom: 2px; + padding: 0; -moz-margin-start: .55em; -moz-margin-end: .5em; - min-height: 16px; font-weight: bold; } -.collapsedHeaderValue { +.collapsedHeaderValue, +#collapsedfromValue { background: transparent; - margin: 0; + padding: 0; } .collapsedAttachmentButton { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif"); + margin: 0; -moz-margin-end: .5em; }