Better checkboxes and radiobuttons

This commit is contained in:
Marcin Kurczewski 2013-10-21 23:25:56 +02:00
parent 7743753641
commit 70f931b921

View file

@ -265,7 +265,11 @@ form.aligned input[type=file] {
}
form.aligned input[type=radio],
form.aligned input[type=checkbox] {
vertical-align: text-top;
width: auto;
max-width: auto;
margin: 0 10px 0 0;
padding: 0;
vertical-align: middle;
}
.input-wrapper {