Browse Source

Updates vertical alignment of checkbox

pull/258/head
jlukic 11 years ago
parent
commit
b143bd587a
1 changed files with 4 additions and 19 deletions
  1. 23
      src/modules/checkbox.less

23
src/modules/checkbox.less

@ -23,6 +23,10 @@
.ui.checkbox {
position: relative;
display: inline-block;
width: 1em;
height: 1.5em;
outline: none;
vertical-align: middle;
}
@ -452,30 +456,11 @@
---------------*/
.ui.checkbox {
width: 1em;
height: 1em;
}
.ui.checkbox,
.ui.checkbox .box,
.ui.checkbox label {
font-size: 1em;
}
.ui.large.checkbox {
width: 1.25em;
height: 1.25em;
}
.ui.large.checkbox,
.ui.large.checkbox .box,
.ui.large.checkbox label {
font-size: 1.25em;
}
.ui.huge.checkbox {
width: 1.5em;
height: 1.5em;
}
.ui.huge.checkbox,
.ui.huge.checkbox .box,
.ui.huge.checkbox label {
font-size: 1.5em;
}
Loading…
Cancel
Save