Add filter string to generic Table object; add call to refetch podcast episode table data

This commit is contained in:
Duncan Sommerville 2015-09-28 14:14:01 -04:00
parent 375d83ab43
commit c1a16d7973
5 changed files with 58 additions and 35 deletions

View file

@ -252,11 +252,19 @@ thead th.ui-state-default:focus {
margin-top: 4px;
}
#filter_message {
#lib-filter-message, .filter-message {
border-top: none !important;
text-shadow: none;
}
.filter-message {
position: relative;
font-size: 13px;
float: right;
line-height: 26px;
padding: 0 6px;
}
#advanced-options {
float: right;
z-index: 1004;