Bug 645642: use text-align: match-parent in list items, options and file inputs, r=dbaron

This commit is contained in:
Simon Montagu 2015-04-28 22:56:22 -07:00
Родитель 28f7cf644c
Коммит 7125c3b356
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -307,6 +307,7 @@ option {
text-indent: 0;
white-space: nowrap !important;
word-wrap: normal !important;
text-align: match-parent;
}
select > option {
@ -447,6 +448,7 @@ input[type="file"] {
input[type="file"] > xul|label {
min-inline-size: 12em;
-moz-padding-start: 5px;
text-align: match-parent;
color: inherit;
font-size: inherit;
@ -481,11 +483,11 @@ input[type="color"]:-moz-system-metric(color-picker-available)::-moz-color-swatc
}
/* Try to make RTL <input type='file'> look nicer. */
/* TODO: use text-align: match-parent when bug 645642 is fixed. */
/* TODO: find a better solution than forcing direction: ltr on all file
input labels and remove this override -- bug 1161482 */
input[type="file"]:-moz-dir(rtl) > xul|label {
-moz-padding-start: 0px;
-moz-padding-end: 5px;
text-align: right;
}
/* radio buttons */

Просмотреть файл

@ -587,6 +587,7 @@ ol {
li {
display: list-item;
text-align: match-parent;
}
/* nested lists have no top/bottom margins */