Add filter string to generic Table object; add call to refetch podcast episode table data
This commit is contained in:
parent
375d83ab43
commit
c1a16d7973
5 changed files with 58 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue