CC-3822 : NowPlaying-> Time filter is allowing Start_Time be greater than the End_Time

This commit is contained in:
Naomi 2013-05-27 14:37:16 -04:00
parent 63b0d4194a
commit 408ecc530d
3 changed files with 74 additions and 34 deletions

View file

@ -105,6 +105,10 @@ div.sb-timerange input#sb_date_start {
margin-left: 30px;
}
div.sb-timerange input.error {
background-color: rgba(255,0,0,0.2);
}
.sb-starts,
.sb-ends {
text-align: center;