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:
parent
2546aae7c1
commit
20fe37b459
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue