2013-05-13 22:01:06 +02:00
|
|
|
.ui-dialog .ui-dialog-content {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
|
|
padding: 0.3em 0.2em 0 0.4em;
|
|
|
|
margin: 0 -0.4em 0;
|
|
|
|
}
|
|
|
|
.btn-small [class^="icon-"] {
|
|
|
|
margin: 1px 5px 0 -3px;
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
.btn-small {
|
|
|
|
/*line-height: 20px;*/
|
|
|
|
}
|
2013-05-24 00:33:40 +02:00
|
|
|
|
|
|
|
.playlist-time-scale {
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.playlist-time-scale canvas {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.playlist-time-scale div {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2013-05-13 22:01:06 +02:00
|
|
|
.playlist-tracks {
|
2013-05-24 00:33:40 +02:00
|
|
|
position: relative;
|
|
|
|
top: 35px;
|
|
|
|
margin: 2px 0;
|
2013-05-13 22:01:06 +02:00
|
|
|
}
|
|
|
|
.playlist-controls {
|
2013-05-24 00:33:40 +02:00
|
|
|
margin: 40px 0 16px 0;
|
2013-05-13 22:01:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.channel-wrapper {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channel {
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2013-05-14 21:49:13 +02:00
|
|
|
background: #6e6e6e;
|
2013-05-24 00:33:40 +02:00
|
|
|
/*border-top: 1px solid #6e6e6e;*/
|
|
|
|
/*border-bottom: 1px solid #6e6e6e;*/
|
2013-05-13 22:01:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.state-select {
|
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
.playlist-tracks {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
2013-05-24 00:33:40 +02:00
|
|
|
.playlist-tracks > .error {
|
|
|
|
height: 80px;
|
|
|
|
width: 300px;
|
|
|
|
background-color: rgba(255,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
2013-05-13 22:01:06 +02:00
|
|
|
.playlist-fade {
|
|
|
|
position: absolute;
|
|
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
.set-cue {
|
|
|
|
margin: 12px 0 16px 0;
|
|
|
|
}
|
|
|
|
.set-fade {
|
2013-05-24 00:33:40 +02:00
|
|
|
margin: 40px 0 0 30px;
|
2013-05-13 22:01:06 +02:00
|
|
|
}
|
|
|
|
.set-cue input[type="text"] {
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 5px 3px 4px 3px;
|
|
|
|
}
|
|
|
|
.set-cue input[type="button"] {
|
|
|
|
min-width: 100px;
|
2021-10-12 11:17:57 +02:00
|
|
|
margin-top: 0px;
|
2013-05-13 22:01:06 +02:00
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
color:#333;
|
|
|
|
padding: 0 5px 0 6px;
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 50px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
label.audio {
|
|
|
|
font-weight:bold;
|
|
|
|
vertical-align: middle;
|
2021-10-12 11:17:57 +02:00
|
|
|
}
|