Bottom out checkboxes and radio buttons (seems to line them up nicely in most browsers).
git-svn-id: http://svn.automattic.com/wordpress/trunk@18959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
331b416756
commit
5865cc92fc
File diff suppressed because one or more lines are too long
|
@ -228,7 +228,7 @@ textarea {
|
|||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
vertical-align: middle;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
/* general */
|
||||
|
|
Loading…
Reference in New Issue