1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

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

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 {
}
}