Bug 1397121 - Some of Preferences subdialog's font size are too huge r=jaws

MozReview-Commit-ID: 9IsVARItxFZ

--HG--
extra : rebase_source : 28a8c6a0df625b7454e260d908d387898aba7822
This commit is contained in:
Ricky Chien 2017-09-06 15:26:35 +08:00
Родитель 560928f242
Коммит f9f702a8e1
10 изменённых файлов: 15 добавлений и 16 удалений

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

@ -43,6 +43,7 @@ select {
}
#country-warning-message {
font-size: 1rem;
flex: 1 0 auto;
align-items: center;
text-align: start;

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

@ -10,7 +10,6 @@ form > label,
form > div {
flex: 1 0 100%;
align-self: center;
font-size: 1.3em;
margin: 0 0 0.5em !important;
}

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

@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
body {
font-size: 1rem;
}
form,
label,
div,
@ -42,7 +38,6 @@ textarea {
}
button {
font-size: 1.2em;
padding: 3px 2em;
margin-inline-start: 10px;
margin-inline-end: 0;

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

@ -9,7 +9,7 @@ textbox,
description,
.tab-text,
caption > label {
font-size: 1.2em;
font-size: 1.2rem;
}
/* Create a separate rule to unset these styles on .tree-input instead of

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

@ -14,7 +14,7 @@ textbox,
description,
.tab-text,
caption > label {
font-size: 1.3em;
font-size: 1.3rem;
}
/* Create a separate rule to unset these styles on .tree-input instead of
@ -23,10 +23,6 @@ textbox.tree-input {
font-size: unset;
}
button {
font-size: 1em;
}
caption {
font: message-box;
}

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

@ -9,7 +9,7 @@ textbox,
description,
.tab-text,
caption > label {
font-size: 1.2em;
font-size: 1.2rem;
}
/* Create a separate rule to unset these styles on .tree-input instead of

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

@ -131,7 +131,7 @@ xul|window * {
font-size: 1.19rem;
}
xul|caption > xul|label {
xul|caption > xul|label:not(.dialogTitle) {
font-size: 1.27rem;
}

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

@ -143,7 +143,7 @@ xul|window * {
font-size: 1.45rem;
}
xul|caption > xul|label {
xul|caption > xul|label:not(.dialogTitle) {
font-size: 1.55rem;
}

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

@ -893,6 +893,14 @@ xul|treecol:not([hideheader="true"]) > xul|*.treecol-sortdirection[sortDirection
transform: scaleY(-1);
}
xul|treecol > xul|label.treecol-text {
font-size: 1rem;
}
xul|treechildren {
font-size: 1rem !important;
}
/* This is the only way to increase the height of a tree row unfortunately */
xul|treechildren::-moz-tree-row {
min-height: 2em;

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

@ -92,7 +92,7 @@ xul|window * {
font-size: 1.33rem;
}
xul|caption > xul|label {
xul|caption > xul|label:not(.dialogTitle) {
font-size: 1.42rem;
}