mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 17:36:16 +01:00
Proper valign for radio buttons
This commit is contained in:
parent
491e5698cf
commit
f4b6f52efe
1 changed files with 4 additions and 0 deletions
|
|
@ -78,3 +78,7 @@ hr {
|
|||
input, select {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
input[type=radio] {
|
||||
margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0.25em
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue