CC-2426:Time boxes are too big

- fixed
This commit is contained in:
James Moon 2011-06-23 00:05:57 -04:00
parent f9337e772a
commit 52e41555bd
1 changed files with 6 additions and 2 deletions

View File

@ -114,10 +114,14 @@ label.wrapp-label input[type="checkbox"] {
#add_show_start_time {
float: left;
width: 100px;
width: 70px;
}
#add_show_end_time, #add_show_end_date_no_repeat, #add_show_start_date {
#add_show_end_time {
width: 70px;
}
#add_show_end_date_no_repeat, #add_show_start_date {
width: 100px;
}