misc cleanup/unjank

This commit is contained in:
ed
2021-11-12 20:48:26 +01:00
parent 50e18ed8ff
commit deb8f20db6
3 changed files with 44 additions and 34 deletions

View File

@@ -559,6 +559,11 @@ input[type="radio"]:checked+label,
input[type="checkbox"]:checked+label {
color: #fc5;
}
.opwide div>span>input+label {
padding: .3em 0 .3em .3em;
margin: 0 0 0 -.3em;
cursor: pointer;
}
.opview input.i {
width: calc(100% - 16.2em);
}