8 lines
331 B
CSS
8 lines
331 B
CSS
table td {padding: 0 10px; vertical-align: top;}
|
|
table tr > td:first-child {padding-left: 0;}
|
|
table tr > td:last-child {padding-right: 0;}
|
|
.panel.with-list {border: none}
|
|
.panel.with-list .panel-heading {border: 1px solid #ddd; border-bottom: none}
|
|
.panel.with-list .list-group {margin: 0}
|
|
.list-group-item.active {color: #1A4F85}
|