X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Fmessengercompose%2Fmessengercompose.css;h=d08a3cf94f82227501514e52bc5de2bd3d9a9291;hb=8b17a53f795d5dac9741cb28dc374ddb927488ae;hp=38062da18021cb9f858fcf093c762e9a5cfa377a;hpb=8caa872d050772c572257f23011c668f70dcaef7;p=themes.git diff --git a/EarlyBlue/messenger/messengercompose/messengercompose.css b/EarlyBlue/messenger/messengercompose/messengercompose.css index 38062da1..d08a3cf9 100644 --- a/EarlyBlue/messenger/messengercompose/messengercompose.css +++ b/EarlyBlue/messenger/messengercompose/messengercompose.css @@ -98,15 +98,59 @@ -moz-image-region: rect(294px 50px 315px 25px); } -#button-stop { - list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); - -moz-image-region: rect(21px 25px 42px 0px); +/* ::::: small primary toolbar buttons ::::: */ + +/* TODO: correct coords! +toolbar[iconsize="small"] > #button-send, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-send { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(220px 19px 239px 0); +} + +toolbar[iconsize="small"] > #button-send[disabled="true"] { + -moz-image-region: rect(220px 79px 239px 60px) !important; +} + +toolbar[iconsize="small"] > #button-address, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-address { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(180px 19px 199px 0); +} + +toolbar[iconsize="small"] > #button-address[disabled="true"] { + -moz-image-region: rect(180px 79px 199px 60px) !important; +} + +toolbar[iconsize="small"] > #button-attach, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-attach { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(200px 19px 219px 0); +} + +toolbar[iconsize="small"] > #button-attach[disabled="true"] { + -moz-image-region: rect(200px 79px 219px 60px) !important; +} + +toolbar[iconsize="small"] > #spellingButton, +toolbar[iconsize="small"] > toolbarpaletteitem > #spellingButton { + list-style-image: url("chrome://editor/skin/icons/editoricons-small.png"); + -moz-image-region: rect(160px 19px 179px 0); +} + +toolbar[iconsize="small"] > #spellingButton[disabled="true"] { + -moz-image-region: rect(160px 79px 179px 60px) !important; } -#button-stop[disabled="true"] { - -moz-image-region: rect(21px 50px 42px 25px); +toolbar[iconsize="small"] > #button-save, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-save { + list-style-image: url("chrome://editor/skin/icons/editoricons-small.png"); + -moz-image-region: rect(140px 19px 159px 0); } +toolbar[iconsize="small"] > #button-save[disabled="true"] { + -moz-image-region: rect(140px 79px 159px 60px) !important; +} +*/ #MsgHeadersToolbar { min-height: 0px; /* this undoes the min-height in toolbar.css */ } @@ -114,22 +158,30 @@ /* ::::: autocomplete icons ::::: */ treechildren::-moz-tree-cell-text(default-match) { - margin: 2px -3px 2px 15px; + margin-top: 2px; + margin-bottom: 2px; + -moz-margin-start: 15px; + -moz-margin-end: -3px; border: none; } treechildren::-moz-tree-image(local-abook) { - margin: 2px -1px 2px 4px; + margin-top: 2px; + margin-bottom: 2px; + -moz-margin-start: 4px; + -moz-margin-end: -1px; list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } treechildren::-moz-tree-image(remote-abook) { - margin: 2px -3px 2px 2px; + margin: 2px; + -moz-margin-end: -3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } treechildren::-moz-tree-image(remote-err) { - margin: 2px -3px 2px 2px; + margin: 2px; + -moz-margin-end: -3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif"); } @@ -154,7 +206,7 @@ treechildren::-moz-tree-image(remote-err) { } #attachmentBucket { - margin: 3px 0px 2px 0px; + margin: 3px 0px 2px; } #compose-toolbar-sizer {