52 lines
802 B
CSS
52 lines
802 B
CSS
|
#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;
|
||
|
}
|