mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1141649 - In-content pages: Add the -moz-margin-start: 0 also to the radio on OS X. r=jaws
This commit is contained in:
parent
4891d539e2
commit
ee67ba76b4
@ -63,7 +63,6 @@ xul|*.checkbox-check[checked] {
|
||||
xul|radio {
|
||||
-moz-binding: url("chrome://global/content/bindings/radio.xml#radio");
|
||||
-moz-box-align: center;
|
||||
-moz-margin-start: 0;
|
||||
}
|
||||
|
||||
xul|*.radio-check {
|
||||
|
@ -476,6 +476,10 @@ xul|richlistitem > xul|*.checkbox-check {
|
||||
margin: 3px 6px;
|
||||
}
|
||||
|
||||
xul|radio {
|
||||
-moz-margin-start: 0;
|
||||
}
|
||||
|
||||
xul|*.radio-check {
|
||||
-moz-appearance: none;
|
||||
width: 23px;
|
||||
|
@ -37,7 +37,6 @@ xul|checkbox {
|
||||
|
||||
xul|radio {
|
||||
-moz-binding: url("chrome://global/content/bindings/radio.xml#radio");
|
||||
-moz-margin-start: 0;
|
||||
-moz-padding-start: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user