SAAS-1165, SAAS-1155 - add constraints to Table buttons, implement podcast + podcast episode constraints; finish left-hand podcast episode view functionality
This commit is contained in:
parent
7072762dd9
commit
729360e1a1
6 changed files with 235 additions and 46 deletions
|
@ -31,13 +31,11 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: 1600px) {
|
||||
#library_display_wrapper button:not(.dropdown-toggle):not(.btn-new) > span,
|
||||
#show_builder_table_wrapper button:not(.dropdown-toggle):not(.btn-new) > span,
|
||||
.content-pane button:not(.dropdown-toggle):not(.btn-new) > span,
|
||||
#show_builder_table_wrapper #sb_submit > span {
|
||||
display: none;
|
||||
}
|
||||
#library_display_wrapper button:not(.dropdown-toggle):not(.btn-new) > i,
|
||||
#show_builder_table_wrapper button:not(.dropdown-toggle):not(.btn-new) > i,
|
||||
.content-pane button:not(.dropdown-toggle):not(.btn-new) > i,
|
||||
#show_builder_table_wrapper #sb_submit > i {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
|
|
@ -4053,6 +4053,10 @@ li .ui-state-hover {
|
|||
display: block;
|
||||
}
|
||||
|
||||
#podcast_episode_dialog {
|
||||
max-height: 50%;
|
||||
}
|
||||
|
||||
/* UI Revamp Video */
|
||||
|
||||
#whatsnew {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue