This commit is contained in:
yuri
2016-12-16 17:24:21 +02:00
parent 4e61bd6048
commit 449fc4cddc
+8 -1
View File
@@ -498,12 +498,19 @@ select[multiple].input-sm {
}
.panel > .panel-body > .list-container > .list > .list-group {
.list-group-item {
> .list-group-item {
border-width: 0;
border-bottom-width: 1px;
}
> li.list-group-item:first-child {
border-top-width: 1px;
}
> li.list-group-item:last-child {
border-bottom-width: 0;
}
}
.record {
.panel-warning {
> .panel-heading {