mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Proper valign for radio buttons
This commit is contained in:
parent
491e5698cf
commit
f4b6f52efe
@ -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…
x
Reference in New Issue
Block a user