Enable event player reordering

This commit is contained in:
Brian Miyaji
2014-06-18 16:27:45 +10:00
parent 34c8698c9e
commit 419da22d50
5 changed files with 41 additions and 14 deletions

View File

@@ -226,6 +226,18 @@ table.widefat select.sp-outcome {
width: 100%;
}
table.widefat.sp-sortable-table tbody tr {
cursor: move;
}
table.widefat.sp-sortable-table tr {
background-color: #fff;
}
table.widefat.sp-sortable-table tr:nth-child(2n-1) {
background-color: #f9f9f9;
}
.sp-admin-config-table th,
.sp-admin-config-table td {
padding: 8px 10px;