зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
19119bec60
Коммит
ce1771b241
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче