575a9e1491
Fix #13
15 lines
155 B
CSS
15 lines
155 B
CSS
.table-card th {
|
|
border-top:none;
|
|
}
|
|
|
|
.table-card td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.table-card {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.td-btn {
|
|
text-align: right;
|
|
}
|