Clean up admin post list columns

This commit is contained in:
Brian Miyaji
2014-03-16 12:04:57 +11:00
parent 2515c75384
commit 67fb603ce7
2 changed files with 20 additions and 25 deletions

View File

@@ -76,7 +76,7 @@
content: "\f163";
}
.widefat .column-sp_team strong {
.fixed .column-sp_team strong {
background: #bbb;
color: #fff;
font-size: 11px;
@@ -90,10 +90,25 @@
border-radius: 2px;
}
.fixed td.column-sp_format .dashicons:before {
color: #bbb;
}
.fixed .column-sp_format,
.fixed .column-sp_icon,
.fixed .column-sp_number {
width: 2.3em;
text-align: center;
}
.fixed .column-sp_time {
width: 6%;
}
.fixed .column-sp_league, .fixed .column-sp_season, .fixed .column-sp_venue, .fixed .column-sp_position, .fixed .column-sp_views {
width: 10%;
}
#sportspress_dashboard_status .inside {
padding: 0;
margin: 0;
@@ -314,29 +329,6 @@ table.widefat.sp-league-table th input[type=checkbox] {
vertical-align: middle;
}
table.widefat th.column-sp_format,
table.widefat td.column-sp_format,
table.widefat th.column-sp_icon,
table.widefat td.column-sp_icon,
table.widefat th.column-sp_number,
table.widefat td.column-sp_number {
width: 32px;
text-align: center;
}
table.widefat th.column-sp_number,
table.widefat td.column-sp_number {
width: 32px;
}
table.widefat td.column-sp_number .sp-flag {
height: auto;
width: auto;
max-height: 16px;
max-width: 20px;
}
table.widefat select.sp-outcome {
width: 150px;
}