missing labels, hide options when sth they depend on gets turned off

This commit is contained in:
Áron Hegymegi-Kiss
2021-12-13 02:37:15 +01:00
parent dface28c84
commit 4971824067
4 changed files with 89 additions and 42 deletions

View File

@@ -135,6 +135,20 @@ html, body {
border-bottom: inherit;
}
.optionLabel {
font-size: 14px;
}
input[type='number'] {
width: 50px;
}
.low-profile {
height: 23px;
line-height: 5px;
vertical-align: middle;
}
.center {
text-align: center;
}
@@ -155,7 +169,7 @@ html, body {
display: inline;
}
.small-description{
.small-description {
font-size: 13px;
padding: 15px 0 0 20px;
}