Add Events widget

This commit is contained in:
Brian Miyaji
2014-02-03 05:51:09 +11:00
parent eca5c08d16
commit 39d7bbac7f
18 changed files with 323 additions and 30 deletions

View File

@@ -1,5 +1,21 @@
/* 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 {
font-family: 'themeboy';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e600";
margin-right: 0.5em;
}
.postbox .inside .sp-data-table-container {
overflow: auto;
}