зеркало из https://github.com/mozilla/gecko-dev.git
Bug 424922 - "Radios and checkbuttons too close to their labels" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9b5=beltzner]
This commit is contained in:
Родитель
732fa02cb6
Коммит
1d8520b7df
|
@ -62,7 +62,8 @@ checkbox {
|
|||
.checkbox-spacer-box {
|
||||
-moz-appearance: checkbox;
|
||||
-moz-box-align: center;
|
||||
border-right: 4px solid transparent;
|
||||
margin: 2px;
|
||||
border-right: 2px solid transparent;
|
||||
}
|
||||
|
||||
.checkbox-label-center-box {
|
||||
|
@ -70,7 +71,6 @@ checkbox {
|
|||
}
|
||||
|
||||
.checkbox-label-box {
|
||||
border: 1px solid transparent;
|
||||
-moz-appearance: checkbox-label;
|
||||
}
|
||||
|
||||
|
|
|
@ -62,9 +62,8 @@ radio {
|
|||
.radio-spacer-box {
|
||||
-moz-appearance: radio;
|
||||
-moz-box-align: center;
|
||||
border-right: 4px solid transparent;
|
||||
border-top: 1px;
|
||||
border-bottom: 1px;
|
||||
margin: 2px;
|
||||
border-right: 2px solid transparent;
|
||||
}
|
||||
|
||||
.radio-label-center-box {
|
||||
|
@ -72,7 +71,6 @@ radio {
|
|||
}
|
||||
|
||||
.radio-label-box {
|
||||
border: 1px solid transparent;
|
||||
-moz-appearance: radio-label;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче