Bug 557285 - site panel buttons seem half done when only one button in the panel [r=mfinkle]

This commit is contained in:
Matt Brubeck 2010-04-28 17:24:54 -04:00
parent f65d1ab477
commit 98b2f1a994
2 changed files with 4 additions and 0 deletions

View File

@ -924,6 +924,8 @@ pageaction {
pageaction:last-child:not(:nth-child(even)) {
border-bottom: 1px solid #fff;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
width: 100%;
}
pageaction:last-child:not(:nth-child(odd)) {

View File

@ -577,6 +577,8 @@ pageaction {
pageaction:last-child:not(:nth-child(even)) {
border-bottom: 1px solid #fff;
-moz-border-radius-bottomleft: 1.1mm;
-moz-border-radius-bottomright: 1.1mm;
width: 100%;
}
pageaction:last-child:not(:nth-child(odd)) {