Enable player performance icons instead of values

This commit is contained in:
Brian Miyaji
2014-08-14 20:29:51 +10:00
parent c835bf63f2
commit c3776b4838
7 changed files with 90 additions and 20 deletions

View File

@@ -249,7 +249,9 @@ table.widefat.sp-sortable-table tr:nth-child(2n-1) {
}
.sp-admin-config-table th.radio,
.sp-admin-config-table td.radio {
.sp-admin-config-table td.radio,
.sp-admin-config-table th.icon,
.sp-admin-config-table td.icon {
width: 1%;
text-align: center;
}

View File

@@ -51,6 +51,10 @@
content: "\f140";
position: absolute;
}
.sp-data-table .data-number,
.sp-data-table .data-rank {
width: 1px;
}
/* Pagination */
.sp-paginated-table {
@@ -126,6 +130,9 @@
.sp-event-performance .sub-out:before {
content: "\f142";
}
.sp-event-performance .sp-performance-icons {
width: 25%;
}
/* Event Calendar */
.sp-event-calendar tbody td, .sp-event-calendar thead th {