Bugfixes and more work on station podcast frontend

This commit is contained in:
Duncan Sommerville 2015-10-22 18:03:38 -04:00
parent 58a7b9324b
commit e8980e7a79
9 changed files with 82 additions and 56 deletions

View file

@ -3916,7 +3916,7 @@ li .ui-state-hover {
/* Podcasts */
#podcast_episodes_wrapper {
[id^="podcast_episodes"][id$="_wrapper"] {
position: relative;
height: 100%;
float: left;
@ -3928,7 +3928,7 @@ li .ui-state-hover {
box-sizing: border-box;
}
#podcast_episodes_wrapper td {
[id^="podcast_episodes"][id$="_wrapper"] td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;