Bug 324447 - contents of tab move up a pixel as it closes, r=mconnor

This commit is contained in:
martijn.martijn%gmail.com 2006-03-10 21:26:29 +00:00
parent 1776867707
commit 774a05423f

View File

@ -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;
}