Align checkboxes with labels in optionsdiv.

This commit is contained in:
Antonin Décimo
2020-12-01 18:19:01 +01:00
committed by Juliusz Chroboczek
parent 2546aae7c1
commit 20fe37b459
+4 -1
View File
@@ -651,6 +651,10 @@ h1 {
margin-bottom: 4px;
}
#optionsdiv input[type="checkbox"] {
vertical-align: middle;
}
#presentbutton, #unpresentbutton {
white-space: nowrap;
margin-right: 0.4em;
@@ -1221,4 +1225,3 @@ header .collapse {
}
}