6 lines
416 B
CSS
6 lines
416 B
CSS
.group-item {display: block; width: 100px; float: left; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: default;}
|
|
.group-item .checkbox-primary > input {cursor: pointer;}
|
|
.group-item .checkbox-primary > label {width: 100px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
|
|
.table th {vertical-align: top;}
|
|
.main-table tbody > tr > td {border-bottom: 0px;}
|