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:
Naomi 2011-02-08 15:06:31 -05:00
parent 0de162aa26
commit 424c6f0193
5 changed files with 17 additions and 9 deletions

View file

@ -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 }