diff --git a/assets/css/admin.css b/assets/css/admin.css index a49b5ffa..42d061c5 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -46,6 +46,9 @@ .sp-icon-trophy:before { content: "\f325"; } +.sp-icon-list:before { + content: "\f163" +} .sp-icon-smile:before { content: "\f328"; } @@ -54,12 +57,16 @@ #adminmenu #menu-posts-sp_event .menu-icon-sp_event div.wp-menu-image:before, #adminmenu #menu-posts-sp_team .menu-icon-sp_team div.wp-menu-image:before, #adminmenu #menu-posts-sp_player .menu-icon-sp_player div.wp-menu-image:before, -#sp_formatdiv .post-format-icon:before { +#sp_formatdiv #post-formats-select .post-format-icon:before { font-family: sportspress, dashicons !important; width: 20px; text-align: center; } +.post-state-format.post-format-calendar:before, .post-format-icon.post-format-calendar:before, a.post-state-format.format-calendar:before { + content: "\f145"; +} + .post-state-format.post-format-league:before, .post-format-icon.post-format-league:before, a.post-state-format.format-league:before { content: "\f313"; } @@ -77,7 +84,7 @@ } .fixed .column-sp_team strong { - background: #bbb; + background: #888; color: #fff; font-size: 11px; font-weight: 600; @@ -90,10 +97,6 @@ border-radius: 2px; } -.fixed td.column-sp_format .dashicons:before { - color: #bbb; -} - .fixed .column-sp_format, .fixed .column-sp_icon, .fixed .column-sp_number { @@ -109,6 +112,10 @@ width: 10%; } +.fixed td.column-sp_format .dashicons:before { + color: #888; +} + #sportspress_dashboard_status .inside { padding: 0; margin: 0; @@ -269,6 +276,14 @@ content: '\f185'; } +table.widefat.sp-data-table th.column-outcome { + width: 10em; +} + +table.widefat.sp-data-table th.column-event { + width: 40%; +} + table.widefat.sp-data-table td { line-height: 2; overflow: visible; @@ -312,6 +327,10 @@ table.widefat.sp-league-table th input[type=checkbox] { vertical-align: middle; } +table.widefat select.sp-outcome { + width: 100%; +} + .sp-admin-config-table th, .sp-admin-config-table td { padding: 8px 10px; @@ -329,10 +348,6 @@ table.widefat.sp-league-table th input[type=checkbox] { vertical-align: middle; } -table.widefat select.sp-outcome { - width: 150px; -} - #sp_venue-adder h4, #sp_team-adder h4, #sp_season-adder h4, diff --git a/assets/fonts/sportspress.eot b/assets/fonts/sportspress.eot index 1ee9bb44..2a1add50 100755 Binary files a/assets/fonts/sportspress.eot and b/assets/fonts/sportspress.eot differ diff --git a/assets/fonts/sportspress.svg b/assets/fonts/sportspress.svg index 8dfd563f..600e0a1d 100755 --- a/assets/fonts/sportspress.svg +++ b/assets/fonts/sportspress.svg @@ -8,6 +8,7 @@ + diff --git a/assets/fonts/sportspress.ttf b/assets/fonts/sportspress.ttf index 5872c1ee..576c4985 100755 Binary files a/assets/fonts/sportspress.ttf and b/assets/fonts/sportspress.ttf differ diff --git a/assets/fonts/sportspress.woff b/assets/fonts/sportspress.woff index 8051f916..8521b0c9 100755 Binary files a/assets/fonts/sportspress.woff and b/assets/fonts/sportspress.woff differ