mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 467294 - Images in bottom tabs are stretched. r=dao.
This commit is contained in:
parent
763ab90f7d
commit
8545ee7e55
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user