X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Ftabbrowser.css;h=af0e32676e2c404da720dcabca08e14d82dfce05;hp=38949c8e8ef59afa0369f8a3666228f258ffde27;hb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca;hpb=a3b6328b4e844ec03368483917dcbde4034865c8 diff --git a/EarlyBlue/navigator/tabbrowser.css b/EarlyBlue/navigator/tabbrowser.css index 38949c8e..af0e3267 100644 --- a/EarlyBlue/navigator/tabbrowser.css +++ b/EarlyBlue/navigator/tabbrowser.css @@ -38,7 +38,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .tabbrowser-strip { - padding-bottom: 1px; + padding-bottom: 0px; border-bottom: 1px solid #666699; } @@ -97,10 +97,12 @@ tabbrowser > tabbox > tabpanels { .scrollbutton-up, .scrollbutton-down { + margin-top: 1px; + margin-bottom: 0; } .tabs-alltabs-button { - margin: 2px 0px 1px; + margin-top: 1px; } /* All tabs menupopup */ @@ -119,9 +121,18 @@ tabbrowser > tabbox > tabpanels { /* ::::: close & new tab buttons ::::: */ +.tabs-closebutton-box { + -moz-box-direction: reverse; +} + +.tabs-closebutton-box > hbox { + -moz-box-orient: vertical; +} + .tabs-closebutton { - margin-bottom: 2px; - -moz-margin-end: 2px; + margin-top: 1px; + padding: 0 3px; + -moz-box-flex: 1; list-style-image: url("chrome://global/skin/icons/close-button.gif"); }