Adjust custom post list column labels

This commit is contained in:
Brian Miyaji
2014-03-08 23:33:50 +11:00
parent 8d561f5639
commit dfd4ff7904
6 changed files with 16 additions and 12 deletions

View File

@@ -11,7 +11,7 @@
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
[class^="sp-icon-"], [class*=" sp-icon-"] {
font-family: 'sportspress';
speak: none;
font-style: normal;
@@ -25,19 +25,19 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-calendar:before {
.sp-icon-calendar:before {
content: "\f145";
}
.icon-shield:before {
.sp-icon-shield:before {
content: "\f334";
}
.icon-calendar:before {
.sp-icon-clock:before {
content: "\f469";
}
.icon-tshirt:before {
.sp-icon-tshirt:before {
content: "\f307";
}
.icon-megaphone:before {
.sp-icon-megaphone:before {
content: "\f155";
}
@@ -274,7 +274,9 @@ table.widefat.sp-league-table th input[type=checkbox] {
}
table.widefat th.column-sp_icon,
table.widefat td.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;
}