зеркало из https://github.com/mozilla/gecko-dev.git
Make labels inline !important
Bug 100801 r=rods sr=attinasi
This commit is contained in:
Родитель
dfd1b5ae7c
Коммит
ec608cec13
|
@ -66,6 +66,14 @@ fieldset {
|
|||
margin-right: 2px;
|
||||
}
|
||||
|
||||
label {
|
||||
/* our <label> support is badly broken.
|
||||
does not support display types other than inline(b=100801)
|
||||
*/
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
|
||||
/* default inputs, text inputs, and selects */
|
||||
input {
|
||||
background-color: -moz-Field;
|
||||
|
|
|
@ -66,6 +66,14 @@ fieldset {
|
|||
margin-right: 2px;
|
||||
}
|
||||
|
||||
label {
|
||||
/* our <label> support is badly broken.
|
||||
does not support display types other than inline(b=100801)
|
||||
*/
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
|
||||
/* default inputs, text inputs, and selects */
|
||||
input {
|
||||
background-color: -moz-Field;
|
||||
|
|
Загрузка…
Ссылка в новой задаче