Mark subs in event performance

This commit is contained in:
Brian Miyaji
2014-04-30 11:47:35 +10:00
parent 32ad30a7e5
commit 2240cbeccf
3 changed files with 39 additions and 1 deletions

View File

@@ -61,13 +61,29 @@
text-align: center;
}
/* League table */
/* League Table */
.sp-league-table .team-logo {
vertical-align: middle;
height: 2.5em;
width: auto;
}
/* Event Performance */
.sp-event-performance .sub-in,
.sp-event-performance .sub-out {
cursor: default;
}
.sp-event-performance .sub-in:before,
.sp-event-performance .sub-out:before {
font-family: dashicons;
}
.sp-event-performance .sub-in:before {
content: "\f140";
}
.sp-event-performance .sub-out:before {
content: "\f142";
}
/* Event Calendar */
.sp-event-calendar tbody td, .sp-event-calendar thead th {
text-align: center;