X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fbrand.css;h=a5e2bac347b57850ecb84e110f939e29e631aaec;hp=3a8de56907690de3ea616d3c2713236279882dc8;hb=44797ee612c79e25cef2396feaed502d18c89a4e;hpb=459f2165c65b4cee4b68e0e9cf86819f22031333 diff --git a/EarlyBlue/communicator/brand.css b/EarlyBlue/communicator/brand.css index 3a8de569..a5e2bac3 100644 --- a/EarlyBlue/communicator/brand.css +++ b/EarlyBlue/communicator/brand.css @@ -42,7 +42,8 @@ -moz-user-focus: ignore; -moz-box-align: center; -moz-box-pack: center; - margin: 1px 3px 1px 1px; + margin: 1px; + -moz-margin-end: 3px; border: 1px solid transparent; padding: 0px; min-width: 0; @@ -61,15 +62,19 @@ border: 1px inset #CCD0DD; } -#navigator-throbber[buttonstyle="text"], -#navigator-throbber[buttonstyle="pictures"], -#navigator-throbber[toolbarmode="small"] { - margin: 0 2px 0 1px; +window[chromehidden~="toolbar"] #navigator-throbber, +toolbar[mode="text"] #navigator-throbber, +toolbar[mode="icons"] #navigator-throbber, +toolbar[iconsize="small"] #navigator-throbber { + margin: 0; + -moz-margin-start: 1px; + -moz-margin-end: 3px; list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); } -#navigator-throbber[buttonstyle="text"][busy="true"], -#navigator-throbber[buttonstyle="pictures"][busy="true"], -#navigator-throbber[toolbarmode="small"][busy="true"] { +window[chromehidden~="toolbar"] #navigator-throbber[busy="true"], +toolbar[mode="text"] #navigator-throbber[busy="true"], +toolbar[mode="icons"] #navigator-throbber[busy="true"], +toolbar[iconsize="small"] #navigator-throbber[busy="true"] { list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); }