9 lines
431 B
CSS
9 lines
431 B
CSS
.table-bordered caption {border: 1px solid #ddd;}
|
|
.table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd !important;}
|
|
.table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd !important;}
|
|
|
|
.panel-heading > strong > span {float: right; color: #29a8cd;}
|
|
|
|
.checkboxes {margin-bottom: 10px;}
|
|
.checkboxes .checkbox-primary {margin-bottom: 5px;}
|