Add styles for nested lists of radios

Assumes lists that are descendants of a radio
control should be indented at the same amount as
their label text.
This commit is contained in:
Tom Byers
2019-01-04 11:56:15 +00:00
parent 9bce22f766
commit 33800c5f27
2 changed files with 9 additions and 3 deletions

View File

@@ -251,6 +251,11 @@ details .arrow {
cursor: default;
}
.multiple-choice > .panel {
border-left: none;
padding: 0 0 0 12px;
}
.heading-inline {
display: inline-block;
}