Add Countdown Timer widget

This commit is contained in:
Brian Miyaji
2014-02-03 09:04:23 +11:00
parent 39d7bbac7f
commit fd859eef3d
9 changed files with 268 additions and 56 deletions

View File

@@ -1,8 +1,10 @@
/* SportsPress admin styles */
.widget[id*="sp_events-"] .widget-title h4:before,
.widget[id*="sp_calendar-"] .widget-title h4:before,
.widget[id*="sp_table-"] .widget-title h4:before {
.widget[id*="sp_recent_events-"] .widget-title h4:before,
.widget[id*="sp_future_events-"] .widget-title h4:before,
.widget[id*="sp_countdown_timer-"] .widget-title h4:before,
.widget[id*="sp_events_calendar-"] .widget-title h4:before,
.widget[id*="sp_league_table-"] .widget-title h4:before {
font-family: 'themeboy';
speak: none;
font-style: normal;
@@ -14,6 +16,7 @@
-moz-osx-font-smoothing: grayscale;
content: "\e600";
margin-right: 0.5em;
text-shadow: 0 0 0 #00c7ff;
}
.postbox .inside .sp-data-table-container {