X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Fmessengercompose%2Fmessengercompose.css;h=016a85247390c59242ec71a19a16720982f6f7da;hb=52d93d6e0d5ca77a85781fb9555aab30270a8b84;hp=fcdec26e320758446a764cf09286a1e6c1a967b9;hpb=d61a45b24b8aab4323df5cdef2fd0c59ecad38ff;p=themes.git diff --git a/EarlyBlue/messenger/messengercompose/messengercompose.css b/EarlyBlue/messenger/messengercompose/messengercompose.css index fcdec26e..016a8524 100644 --- a/EarlyBlue/messenger/messengercompose/messengercompose.css +++ b/EarlyBlue/messenger/messengercompose/messengercompose.css @@ -114,22 +114,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"); } @@ -142,19 +150,19 @@ treechildren::-moz-tree-image(remote-err) { #addresses-box > hbox > label, #attachments-box > label { - margin-left: 0px; + -moz-margin-start: 0px; } #msgIdentity{ - margin-right: 0px; + -moz-margin-end: 0px; } #msgSubject { - margin-right: 0px; + -moz-margin-end: 0px; } #attachmentBucket { - margin: 3px 0px 2px 0px; + margin: 3px 0px 2px; } #compose-toolbar-sizer {