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:
parent
1dabbacca2
commit
6a15f51aac
4 changed files with 127 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue