mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 03:18:41 +00:00
Bug 324447 - contents of tab move up a pixel as it closes, r=mconnor
This commit is contained in:
parent
1776867707
commit
774a05423f
@ -154,8 +154,13 @@ browsermessage[type="bottom"] {
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.tabbrowser-tab > .tab-middle {
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[selected="true"] > .tab-middle {
|
||||
padding-bottom: 1px;
|
||||
padding-top: 0;
|
||||
-moz-padding-start: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user