X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Fskin%2FmsgHdrViewOverlay.css;h=3b8e337c624f726325eaa99e883fdb73e01b9796;hp=79989b201ea14c4e616d2d21a22a6885aea2d909;hb=7ff5b526c57f59c657e2a04cc37ce629080e0db6;hpb=4651f2d5106a34e26a7ddff32d43409bce10487c diff --git a/LCARStrek/messenger/skin/msgHdrViewOverlay.css b/LCARStrek/messenger/skin/msgHdrViewOverlay.css index 79989b20..3b8e337c 100755 --- a/LCARStrek/messenger/skin/msgHdrViewOverlay.css +++ b/LCARStrek/messenger/skin/msgHdrViewOverlay.css @@ -26,13 +26,15 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */ -#msgHeaderView +#collapsedHeaderView, +#expandedHeaderView { - background-color: #E7ADE7; - background-image: none; - -moz-border-radius: 8px 8px 8px 8px; - padding-right: 12px; - margin-bottom: 3px; + min-width : 1px; + background-color : #E7ADE7; + color : black; + background-image : none; + -moz-border-radius : 8px; + margin-bottom : 3px; } mail-emailaddress @@ -71,12 +73,23 @@ mail-emailaddress margin: 0px; } -#attachmentButton - { - list-style-image:url("chrome://messenger/skin/attach.gif"); - min-height: 20px; - margin: 0px; - } +#expandedAttachmentBox { + width: 20em; + height: 0px; + list-style-image: url("chrome://messenger/skin/message-mail-attach.gif"); +} + +#attachmentText +{ + font-weight: bold; +} + +#attachmentTree { + margin: 3px; + height: 0px; + width: 20em; + color: #FF9F00; +} .emailDisplayImage { @@ -85,7 +98,7 @@ mail-emailaddress .emailDisplayButton { - color : black; + color : 008484; cursor : pointer; min-height : 16px; -moz-border-radius: : 3px; @@ -100,14 +113,12 @@ mail-emailaddress .showMoreAddressesButton { - list-style-image : url("chrome://global/skin/twisty-closed.gif"); -/* list-style-image : url("chrome://messenger/skin/more.gif"); */ + list-style-image : url("chrome://global/skin/twisty-closed-selected.gif"); } .showFewerAddressesButton { - list-style-image : url("chrome://global/skin/twisty-open.gif"); -/* list-style-image : url("chrome://messenger/skin/less.gif"); */ + list-style-image : url("chrome://global/skin/twisty-open-selected.gif"); } html.headerValue @@ -158,11 +169,11 @@ text.headerValue /* ::::: collapsed view styles ::::: */ .collapsedToggleHdrBox { - vertical-align: middle; + -moz-box-align: center; } #collapsedAttachmentBox { - text-align: center; + -moz-box-pack: center; } #collapseddateValue @@ -203,5 +214,3 @@ text.collapsedHeaderValue [hide] { visibility: hidden; } - -