mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 459218 - Wizard back and next / finish buttons have incorrect space between them (wonstripe). r=dtownsend
This commit is contained in:
parent
acd79396ee
commit
7dcd3c33d2
@ -40,11 +40,11 @@ wizard[branded="true"] .wizard-header-icon {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.wizard-button[wizardbutton="finish"],
|
||||
.wizard-button[wizardbutton="next"] {
|
||||
-moz-margin-start: -1px !important;
|
||||
.wizard-button[dlgtype="finish"],
|
||||
.wizard-button[dlgtype="next"] {
|
||||
-moz-margin-start: 0px !important;
|
||||
}
|
||||
|
||||
.wizard-button[wizardbutton="back"] {
|
||||
.wizard-button[dlgtype="back"] {
|
||||
-moz-margin-end: 0px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user