SAAS-1061 - implement podcast list view skeleton; small bugfixes

This commit is contained in:
Duncan Sommerville 2015-09-14 18:26:28 -04:00
parent fe5db4761e
commit 0fcf6a8dac
16 changed files with 512 additions and 439 deletions

View file

@ -716,3 +716,15 @@ th.library_checkbox {
background-color: #FF5D1A !important;
height: 38px !important;
}
/* ~~~~~~~~~~~~~~~~
Podcasts
~~~~~~~~~~~~~~~~ */
#podcast_table {
display: none;
}
/* ~~~~~~~~~~~~~~~~
END Podcasts
~~~~~~~~~~~~~~~~ */