CC-1887 shows are now resized properly with delta day. schedule dialog includes end day since shows can be longer than 1 day now, playlist search must look for an interval given the time increase.
This commit is contained in:
parent
0de162aa26
commit
424c6f0193
5 changed files with 17 additions and 9 deletions
|
@ -848,6 +848,7 @@ div.ui-datepicker {
|
|||
margin-right:22px;
|
||||
}
|
||||
|
||||
|
||||
#schedule_playlist_chosen li > div > div > span {
|
||||
float: right;
|
||||
margin-right:46px;
|
||||
|
@ -912,7 +913,7 @@ h2#scheduled_playlist_name span {
|
|||
}
|
||||
|
||||
.time {
|
||||
width: 80px;
|
||||
width: 100px;
|
||||
margin: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -1119,4 +1120,4 @@ button, input {
|
|||
}
|
||||
|
||||
|
||||
#ui-datepicker-div { z-index: 10 !important }
|
||||
#ui-datepicker-div { z-index: 10 !important }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue