Display line above admin table footer

This commit is contained in:
Brian Miyaji
2014-10-16 01:19:11 +11:00
parent 905666fa51
commit 0d07deb972

View File

@@ -272,6 +272,11 @@ table.widefat.sp-data-table th:not(.check-column) input[type=checkbox] {
vertical-align: middle;
}
table.widefat.sp-data-table tfoot th,
table.widefat.sp-data-table tfoot td {
border-top: 1px solid #e1e1e1;
}
table.widefat select.sp-outcome {
width: 100%;
}