SAAS-1202 - move station podcast to top-level menu item
This commit is contained in:
parent
50c0bc2c28
commit
8e867b522c
19 changed files with 271 additions and 200 deletions
52
airtime_mvc/public/css/station_podcast.css
Normal file
52
airtime_mvc/public/css/station_podcast.css
Normal file
|
@ -0,0 +1,52 @@
|
|||
#station_podcast {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#station_podcast .angular_wrapper {
|
||||
flex-flow: row;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#station_podcast .inner_editor_title * {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#station_podcast .collapsible-header {
|
||||
margin: 0 0 20px;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
#station_podcast .dataTables_wrapper {
|
||||
margin-left: 10px
|
||||
}
|
||||
|
||||
#station_podcast .dataTables_filter input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.station_podcast_wrapper {
|
||||
padding-right: 4px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#station_podcast_help_text {
|
||||
padding-top: 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#podcast-settings label:nth-child(even) {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#podcast-settings label > input {
|
||||
width: auto;
|
||||
margin: 6px 6px 0 25%;
|
||||
}
|
||||
|
||||
label {
|
||||
text-align: right;
|
||||
line-height: 26px;
|
||||
}
|
|
@ -4053,6 +4053,13 @@ li .ui-state-hover {
|
|||
float: left;
|
||||
}
|
||||
|
||||
.podcast-metadata-field {
|
||||
display: inline-block;
|
||||
width: 60%;
|
||||
margin: 4px 0;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.podcast_episodes_imported {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue