CC-2289:differentiate-between-time-and-duration

- some change in date populating rules
- change on start date/time triggers change in end date/time
- change on end date/time will triggers background turning into
red color to notify user that end date/time is earlier than
start date/time.
- need to do more work once I get img file from Vladmir
This commit is contained in:
james 2011-06-06 12:49:52 -04:00
parent 1dabbacca2
commit 6a15f51aac
4 changed files with 127 additions and 4 deletions

View file

@ -114,9 +114,15 @@ label.wrapp-label input[type="checkbox"] {
#add_show_start_time {
float: left;
width: 100px;
}
#add_show_end_time, #add_show_end_date_no_repeat, #add_show_start_date {
width: 100px;
}
#add_show_duration {
background: #AAAAAA;
cursor: default;
width: 100px;
}