X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Fmessengercompose%2Fmessengercompose.css;h=12851ba53494730603b00c539c544d34cb4691fa;hb=58a9dcb5c89bcfa5ba2689238e626f0e571bd05c;hp=578e6530b5e507d62877c5583601dcf524ab8a50;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;p=themes.git diff --git a/EarlyBlue/messenger/messengercompose/messengercompose.css b/EarlyBlue/messenger/messengercompose/messengercompose.css index 578e6530..12851ba5 100644 --- a/EarlyBlue/messenger/messengercompose/messengercompose.css +++ b/EarlyBlue/messenger/messengercompose/messengercompose.css @@ -87,11 +87,11 @@ } #spellingButton { - list-style-image: url("chrome://editor/skin/images/spell.gif"); + list-style-image: url("chrome://editor/skin/icons/spell.gif"); } #spellingButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/images/spell-disabled.gif") !important; + list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important; } #button-save { @@ -110,79 +110,37 @@ list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important; } -/* addressing widget */ - -#addressingWidgetTree { - height: 80px; - width: 0px; - margin: 0px; - -moz-user-focus: none; - background-color: #FFFFFF; -} - -#listcol-addressingWidget { - width: 9em; - border-right: 1px solid #CCD0DD; -} - -#addressingWidgetTree > treechildren > treeitem > treerow, -#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow { - border: none; - background-color: inherit; - color: inherit; -} - -.treecell-addressingWidget { - border-bottom: 1px solid #CCD0DD; - padding: 0px !important; -} - -.treecell-addressingWidget:first-child { - border-bottom: none; -} - -.textbox-addressingWidget { - -moz-box-align: center; -} - -.dummy-row-cell:first-child { - border-bottom: 1px solid #CCD0DD; -} - -.aw-menulist { - -moz-user-focus: ignore; -} - -.person-icon { - list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif"); - margin: 0px 3px 0px 3px; -} - /* ::::: autocomplete icons ::::: */ -outlinerbody:-moz-outliner-cell-text(default-match) { +treechildren::-moz-tree-cell-text(default-match) { margin: 2px -3px 2px 15px; border: none; } -outlinerbody:-moz-outliner-image(local-abook) { +treechildren::-moz-tree-image(local-abook) { margin: 2px -1px 2px 4px; - border: none; list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } -outlinerbody:-moz-outliner-image(remote-abook) { +treechildren::-moz-tree-image(remote-abook) { margin: 2px -3px 2px 2px; - border: none; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } -outlinerbody:-moz-outliner-image(remote-err) { +treechildren::-moz-tree-image(remote-err) { margin: 2px -3px 2px 2px; - border: none; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif"); } +.identity-popup-item { + -moz-binding: url("chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem"); +} + +.composemenu-text-2 { + font-style: italic; + color: #C0C0C0; +} + /* ::::: EarlyBlue layout corrections ::::: */ #addresses-box, @@ -190,11 +148,19 @@ outlinerbody:-moz-outliner-image(remote-err) { padding: 1px 5px; } -#msgIdentity, -#msgSubject { +#addresses-box > hbox > label, +#attachments-box > label { + margin-left: 0px; +} + +#msgIdentity{ margin-right: 0px; } +#msgSubject { + margin-right: -1px; +} + #attachmentBucket { margin: 3px 0px 2px 0px; }