зеркало из https://github.com/mozilla/pjs.git
Changing vertical alignment of some form controls from 'bottom' to 'text-bottom', which is a good thing in itself but also fixes one of the many conditions needed to trigger bug 78066. b=87981 r=attinasi sr=waterson
This commit is contained in:
Родитель
656ced5924
Коммит
2121901d8a
|
@ -39,7 +39,7 @@ form {
|
||||||
|
|
||||||
label {
|
label {
|
||||||
/* our <label> support is badly broken. (b=47149) */
|
/* our <label> support is badly broken. (b=47149) */
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
@ -66,7 +66,7 @@ input {
|
||||||
cursor: text;
|
cursor: text;
|
||||||
font: field;
|
font: field;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-moz-user-focus: normal;
|
-moz-user-focus: normal;
|
||||||
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#inputFields");
|
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#inputFields");
|
||||||
|
@ -81,7 +81,7 @@ textarea {
|
||||||
font: field;
|
font: field;
|
||||||
margin: 1px 0 1px 0;
|
margin: 1px 0 1px 0;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-moz-user-focus: normal;
|
-moz-user-focus: normal;
|
||||||
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#textAreas");
|
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#textAreas");
|
||||||
|
@ -103,7 +103,7 @@ select {
|
||||||
background-color: -moz-Field;
|
background-color: -moz-Field;
|
||||||
border: 2px inset ThreeDFace;
|
border: 2px inset ThreeDFace;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
color: -moz-FieldText;
|
color: -moz-FieldText;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
|
@ -276,7 +276,7 @@ input[type="checkbox"] {
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 13px;
|
height: 13px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
-moz-binding: none;
|
-moz-binding: none;
|
||||||
margin: 3px 4px 3px 4px;
|
margin: 3px 4px 3px 4px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -39,7 +39,7 @@ form {
|
||||||
|
|
||||||
label {
|
label {
|
||||||
/* our <label> support is badly broken. (b=47149) */
|
/* our <label> support is badly broken. (b=47149) */
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
@ -66,7 +66,7 @@ input {
|
||||||
cursor: text;
|
cursor: text;
|
||||||
font: field;
|
font: field;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-moz-user-focus: normal;
|
-moz-user-focus: normal;
|
||||||
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#inputFields");
|
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#inputFields");
|
||||||
|
@ -81,7 +81,7 @@ textarea {
|
||||||
font: field;
|
font: field;
|
||||||
margin: 1px 0 1px 0;
|
margin: 1px 0 1px 0;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-moz-user-focus: normal;
|
-moz-user-focus: normal;
|
||||||
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#textAreas");
|
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#textAreas");
|
||||||
|
@ -103,7 +103,7 @@ select {
|
||||||
background-color: -moz-Field;
|
background-color: -moz-Field;
|
||||||
border: 2px inset ThreeDFace;
|
border: 2px inset ThreeDFace;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
color: -moz-FieldText;
|
color: -moz-FieldText;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
|
@ -276,7 +276,7 @@ input[type="checkbox"] {
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 13px;
|
height: 13px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
vertical-align: bottom;
|
vertical-align: text-bottom;
|
||||||
-moz-binding: none;
|
-moz-binding: none;
|
||||||
margin: 3px 4px 3px 4px;
|
margin: 3px 4px 3px 4px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче