Bug 554809 - Tab drop indicator is misaligned if the tab bar doesn't overflow. r=gavin

--HG--
extra : rebase_source : 20c07e21a0d0ea82b62f43b84ae72d94953ce0cd
This commit is contained in:
Dão Gottwald 2010-03-26 09:30:52 +01:00
parent b7d1c73d65
commit 36e468bab9
2 changed files with 2 additions and 2 deletions

View File

@ -1593,7 +1593,7 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
}
.tabbrowser-tabs:not([overflow="true"]) {
-moz-padding-start: 3px;
-moz-margin-start: 3px;
}
/**

View File

@ -907,7 +907,7 @@ toolbar:not([iconsize="small"])[mode="icons"] #forward-button:not([disabled="tru
}
.tabbrowser-tabs:not([overflow="true"]) {
-moz-padding-start: 3px;
-moz-margin-start: 3px;
}
/* Tabs */