Bug 467294 - Images in bottom tabs are stretched. r=dao.

This commit is contained in:
stefanh@inbox.com 2008-12-05 16:14:50 +01:00
parent 763ab90f7d
commit 8545ee7e55
2 changed files with 4 additions and 8 deletions

View File

@ -1556,8 +1556,6 @@ tabbrowser > tabbox {
-moz-appearance: none;
-moz-border-radius: 0 0 6px 6px;
color: #222;
-moz-box-pack: center;
-moz-box-align: center;
margin-bottom: 1px;
-moz-margin-end: 1px;
padding: 0 5px;

View File

@ -33,11 +33,6 @@ tabbox > tabs {
tab {
-moz-appearance: tab;
-moz-box-align: stretch;
}
tab > .tab-middle {
padding: 2px 6px;
}
tab[first-tab=true] {
@ -48,6 +43,10 @@ tab[last-tab=true] {
-moz-padding-end: 2px;
}
.tab-middle {
padding: 2px 6px;
}
.tabs-left,
.tabs-right {
-moz-box-flex: 1;
@ -88,7 +87,6 @@ tabs.tabs-bottom > tab {
tabbox.tabs-bottom > tabs > tab > .tab-middle,
tabs.tabs-bottom > tab > .tab-middle {
-moz-box-align: stretch;
padding: 1px 2px 0 2px;
}