Better checkboxes and radiobuttons
This commit is contained in:
parent
7743753641
commit
70f931b921
1 changed files with 5 additions and 1 deletions
|
@ -265,7 +265,11 @@ form.aligned input[type=file] {
|
||||||
}
|
}
|
||||||
form.aligned input[type=radio],
|
form.aligned input[type=radio],
|
||||||
form.aligned input[type=checkbox] {
|
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 {
|
.input-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue