Align checkboxes with labels in optionsdiv.
This commit is contained in:
committed by
Juliusz Chroboczek
parent
2546aae7c1
commit
20fe37b459
+4
-1
@@ -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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user