mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 557285 - site panel buttons seem half done when only one button in the panel [r=mfinkle]
This commit is contained in:
parent
f65d1ab477
commit
98b2f1a994
@ -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)) {
|
||||
|
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user