CC-2301 : showing waveform cue/fade editors inside of a jquery dialog box.
This commit is contained in:
parent
811abc4baf
commit
13c8e5f146
23 changed files with 3090 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
height: 28px;
|
||||
margin: 0 7px 20px 0;
|
||||
}*/
|
||||
#side_playlist input,#side_playlist textarea {
|
||||
#side_playlist textarea {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
|
@ -585,3 +585,22 @@ li.spl_empty {
|
|||
.expand-block-separate {
|
||||
border-top: 1px solid #5B5B5B;
|
||||
}
|
||||
|
||||
.channel-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.channel {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.state-select {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.playlist-tracks {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue