Enable editing Key field in Metrics and Performance

This commit is contained in:
Brian Miyaji
2014-03-31 23:28:40 +11:00
parent f2018ce954
commit 71a2ae95d4
9 changed files with 83 additions and 25 deletions

View File

@@ -56,7 +56,14 @@
width: 6%;
}
.fixed .column-sp_league, .fixed .column-sp_season, .fixed .column-sp_venue, .fixed .column-sp_position, .fixed .column-sp_views {
.post-type-sp_event .fixed .column-sp_league,
.post-type-sp_calendar .fixed .column-sp_league,
.post-type-sp_event .fixed .column-sp_season,
.post-type-sp_calendar .fixed .column-sp_season,
.post-type-sp_event .fixed .column-sp_venue,
.post-type-sp_calendar .fixed .column-sp_venue,
.post-type-sp_player .fixed .column-sp_position,
.fixed .column-sp_views {
width: 10%;
}