make the options screen a bit nicer

This commit is contained in:
iw0
2024-04-08 14:26:10 +02:00
parent 34008057c8
commit c89de97523
2 changed files with 26 additions and 10 deletions

View File

@@ -3,10 +3,18 @@
font-weight: bold;
}
summary.fh {
margin:.5em 0;
}
.sh {
font-size: 1em;
font-style: italic;
}
input + .sh, .fh + .sh {
display:block;
padding-top: 0;
}
label.item {
display: block;
@@ -53,6 +61,7 @@ input:focus {
#all-get-from-profile {
width:100%;
margin: 0.25em 0;
min-height:2rem;
text-align: center;
font-size: 18pt;