Add officials importer and improve admin placement

This commit is contained in:
Brian Miyaji
2017-11-18 18:15:09 +11:00
parent 32fd7ddfd7
commit fbf385258b
6 changed files with 175 additions and 251 deletions

View File

@@ -13,7 +13,9 @@
#dashboard_right_now .sp_player-count a:before,
#dashboard_right_now .sp_player-count span:before,
#dashboard_right_now .sp_staff-count a:before,
#dashboard_right_now .sp_staff-count span:before {
#dashboard_right_now .sp_staff-count span:before,
#dashboard_right_now .sp_official-count a:before,
#dashboard_right_now .sp_official-count span:before {
font-family: 'sportspress';
}
@@ -37,6 +39,11 @@
content: "\f338";
}
#dashboard_right_now .sp_official-count a:before,
#dashboard_right_now .sp_official-count span:before {
content: "\f227";
}
#sportspress_dashboard_status .sp_status_list {
overflow: hidden;
margin: 0;