2015-11-13 20:57:32 +01:00
|
|
|
#station_podcast {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#station_podcast .angular_wrapper {
|
|
|
|
flex-flow: row;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2015-11-19 23:09:49 +01:00
|
|
|
#station_podcast .inner_editor_title h2 {
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
2015-11-13 20:57:32 +01:00
|
|
|
#station_podcast .inner_editor_title * {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-11-17 22:39:29 +01:00
|
|
|
#station_podcast .inner_editor_title button {
|
|
|
|
margin: 0 0 0 4px;
|
|
|
|
}
|
|
|
|
|
2015-11-13 20:57:32 +01:00
|
|
|
#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 {
|
2015-11-18 22:20:29 +01:00
|
|
|
padding: 8px;
|
2015-11-13 20:57:32 +01:00
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#station_podcast_help_text {
|
|
|
|
padding-top: 20px;
|
|
|
|
font-size: 14px;
|
2019-02-22 13:07:11 +01:00
|
|
|
text-align: center;
|
|
|
|
padding: 0 10px;
|
|
|
|
margin-top: 0;
|
2015-11-13 20:57:32 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#podcast-settings label:nth-child(even) {
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2015-11-17 21:20:05 +01:00
|
|
|
#podcast-settings #podcast-privacy-options label {
|
|
|
|
width: 12%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2015-11-13 20:57:32 +01:00
|
|
|
#podcast-settings label > input {
|
|
|
|
width: auto;
|
2015-11-17 21:20:05 +01:00
|
|
|
margin: 6px 6px 0 0%;
|
2015-11-13 20:57:32 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
text-align: right;
|
|
|
|
line-height: 26px;
|
2019-02-22 13:07:11 +01:00
|
|
|
}
|