fixed checkboxes inside lists

This commit is contained in:
FezVrasta 2015-03-11 16:53:17 +01:00
parent 4aafcd756e
commit ba7db57bc0
2 changed files with 95 additions and 91 deletions

View File

@ -27,6 +27,7 @@
&:before {
display: block;
position: absolute;
left: 0;
content: "";
background-color: rgba(0,0,0,.84);
height: @checkbox-size;

View File

@ -41,6 +41,9 @@
margin-right: -7px;
margin-top: 5px;
margin-bottom: -5px;
.checkbox-material {
left: -10px;
}
}
}
.row-content {