Fix vertical alignment of label fields

Change-Id: Ia97a1355608d32a14d95de4f5d5cd0ffbc66d993
This commit is contained in:
Kasper Nilsson
2018-07-24 09:57:31 -07:00
parent c70c5a58e6
commit bdf7b3568e
2 changed files with 3 additions and 4 deletions

View File

@@ -58,18 +58,16 @@ limitations under the License.
.title {
font-weight: bold;
min-width: 10em;
padding-left: var(--requirements-horizontal-padding);
padding-right: .5em;
padding: .75em .5em 0 var(--requirements-horizontal-padding);
vertical-align: top;
}
.value {
padding-right: var(--requirements-horizontal-padding);
padding: .6em .5em 0 0;
vertical-align: middle;
}
.title,
.value {
display: table-cell;
padding-top: .6em;
}
.hidden {
display: none;

View File

@@ -37,6 +37,7 @@ limitations under the License.
}
.placeholder {
color: var(--deemphasized-text-color);
padding-top: .2em;
}
.hidden {
display: none;