@@ -153,6 +153,7 @@
line-height: 14px;
display: inline-block;
margin: 6px;
+ cursor: pointer;
input[type='checkbox']{
float: left;
width: 14px;
@@ -168,7 +169,10 @@
input[type=checkbox]:checked{
background: url("../../common/images/checked.png")no-repeat center;
background-size: 12px 12px;
- }
+ }
+ label {
}