Frontend tweaks to podcasting + new abstract datatables functionality

This commit is contained in:
Duncan Sommerville 2015-09-21 12:40:05 -04:00
parent 3db20bd3b5
commit 373ff55923
10 changed files with 82 additions and 66 deletions

View file

@ -3916,7 +3916,7 @@ li .ui-state-hover {
/* Podcasts */
.podcast-wrapper > .dataTables_wrapper {
#podcast_episodes_wrapper {
position: relative;
height: 100%;
float: left;
@ -3926,4 +3926,11 @@ li .ui-state-hover {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#podcast_episodes_wrapper td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 300px;
}