This commit is contained in:
Yan
2017-10-03 18:44:27 +06:30
parent c28751a8e0
commit add2c26722
6 changed files with 50 additions and 16 deletions

View File

@@ -75,3 +75,19 @@ section.content {
margin-bottom: 20px;
}
.checkbox label, label.checkbox-inline {
padding-left: 0;
}
.checkbox label input[type=checkbox], label.checkbox-inline input[type=checkbox] {
position: relative;
left: 0;
z-index: -1;
width: 13px;
height: 13px;
margin: 5px 5px 0 0;
overflow: hidden;
pointer-events: none;
opacity: 1;
}