Browse Source

fixes #166, heaven knows where the previous commit went

Former-commit-id: b217fabed9
Former-commit-id: e87b2f9860
pull/258/head
jlukic 11 years ago
parent
commit
cac055b934
2 changed files with 4 additions and 1 deletions
  1. 3
      src/elements/header.less
  2. 2
      src/modules/checkbox.js

3
src/elements/header.less

@ -132,6 +132,9 @@ h5.ui.header {
margin: 0em auto 0.2em;
padding: 0em;
}
.ui.icon.header .content {
display: block;
}
.ui.icon.header .circular.icon,
.ui.icon.header .square.icon {
font-size: 2em;

2
src/modules/checkbox.js

@ -334,7 +334,7 @@ $.fn.checkbox.settings = {
},
selector : {
input : 'input[type=checkbox]',
input : 'input[type=checkbox], input[type=radio]',
label : 'label'
},

Loading…
Cancel
Save