Commit 20fe37b4 authored by Antonin Décimo's avatar Antonin Décimo Committed by Juliusz Chroboczek

Align checkboxes with labels in optionsdiv.

parent 2546aae7
...@@ -651,6 +651,10 @@ h1 { ...@@ -651,6 +651,10 @@ h1 {
margin-bottom: 4px; margin-bottom: 4px;
} }
#optionsdiv input[type="checkbox"] {
vertical-align: middle;
}
#presentbutton, #unpresentbutton { #presentbutton, #unpresentbutton {
white-space: nowrap; white-space: nowrap;
margin-right: 0.4em; margin-right: 0.4em;
...@@ -1221,4 +1225,3 @@ header .collapse { ...@@ -1221,4 +1225,3 @@ header .collapse {
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment