Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hlashbrooke committed Sep 16, 2015
0 parents commit d2f9050
Show file tree
Hide file tree
Showing 13 changed files with 1,406 additions and 0 deletions.
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 81 additions & 0 deletions assets/css/admin.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
#podcast-episode-stats {
.episode-stat-data {
&:before {
font: normal 20px/1 'dashicons';
color: #888;
speak: none;
display: inline-block;
padding: 0 2px 0 0;
top: 0;
left: -1px;
position: relative;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
}
&.total-downloads {
&:before {
content: '\f316';
}
}
&.total-listeners {
&:before {
content: '\f307';
}
}
&.sources {
font-weight: bold;
margin-bottom: 0;
&:before {
content: '\f319';
}
}
}
ul.sources-list {
text-indent: 10px;
margin-top: 2px;
li {
font-style: italic;
&:before {
font: normal 100%/1 'dashicons';
color: #888;
speak: none;
display: inline-block;
padding: 0 2px 0 0;
top: 0;
left: -1px;
position: relative;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
}
&.itunes {
&:before {
content: '\f127';
}
}
&.stitcher {
&:before {
content: '\f181';
}
}
&.direct {
&:before {
content: '\f316';
}
}
&.player {
&:before {
content: '\f236';
}
}
&.unknown {
&:before {
content: '\f223';
}
}
}
}
}
3 changes: 3 additions & 0 deletions assets/js/admin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
jQuery( document ).ready( function ( e ) {

});
1 change: 1 addition & 0 deletions assets/js/admin.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jQuery(document).ready(function(){});
Loading

0 comments on commit d2f9050

Please sign in to comment.