2014-09-24 11:55:55 -05:00
|
|
|
input[type=text].input-fluid {
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 14px;
|
|
|
|
}
|
|
|
|
|
2014-09-30 03:27:56 -05:00
|
|
|
input[type="checkbox"].cr1 {
|
2014-09-24 11:55:55 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"]+.cr1 {
|
|
|
|
display: inline-block;
|
|
|
|
height: 19px;
|
|
|
|
clear: none;
|
|
|
|
text-indent: 2px;
|
|
|
|
margin-top: 4px;
|
|
|
|
padding: 0 0 0 20px;
|
|
|
|
vertical-align:middle;
|
2014-09-30 02:50:01 -05:00
|
|
|
background: url(@checkboxImageUrl) left top no-repeat;
|
2014-09-24 11:55:55 -05:00
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"]:checked+label {
|
2014-09-30 02:50:01 -05:00
|
|
|
background: url(@checkboxImageUrl) 0px -18px no-repeat;
|
2014-09-24 11:55:55 -05:00
|
|
|
}
|
|
|
|
|