X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmessageHeader.css;h=855511eb28ec8f2b9296832881f11478796a622e;hp=10d901f749ff2f04b8ae81c10c70811eeeaaf42c;hb=acb63e9c6fb6767d7b468ad41950197407b1d985;hpb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa diff --git a/EarlyBlue/messenger/messageHeader.css b/EarlyBlue/messenger/messageHeader.css index 10d901f7..855511eb 100644 --- a/EarlyBlue/messenger/messageHeader.css +++ b/EarlyBlue/messenger/messageHeader.css @@ -93,17 +93,57 @@ } .headerValue { - margin: 0em 0em .25em 0em; + margin: 0em 0em 3px 0em; min-width: 50px; white-space: normal; color: inherit; background-color: transparent; } +.headerValueBox { + margin: 0em 0em 3px 0em; +} + +.headerValueBox > .headerValue { + margin: 0 0 0 0; +} + +.headerValueBox[singleline="true"] { + overflow: hidden; +} + +.headerValueBox[singleline="true"] > .headerValue { + overflow: hidden; +} + .subjectvalue { font-weight: bold; } +.tagvalue { + margin-top: 0; + margin-left: 0; +} + +/* ::::: msg header message ids ::::: */ + +.messageIdDisplayButton { + color: #336699; + cursor: pointer; + margin: 0px; + padding: 0px 1px; +} + +.messageIdDisplayButton:hover { + color: black; + background-color: #336699; +} + +.messageIdDisplayImage { + padding-left: 2px; + -moz-box-pack: end; +} + /* ::::: msg header email addresses ::::: */ .emailDisplayButton { @@ -161,6 +201,10 @@ text-align: right; } +#collapseddateValue > .textbox-input-box menupopup { + text-align: left; +} + #collapsedfromBox { width: 18em; } @@ -176,6 +220,7 @@ } .collapsedHeaderValue { + background: transparent; margin: 0; }