CC-2426:Time boxes are too big
- fixed
This commit is contained in:
parent
f9337e772a
commit
52e41555bd
1 changed files with 6 additions and 2 deletions
|
@ -114,10 +114,14 @@ label.wrapp-label input[type="checkbox"] {
|
||||||
|
|
||||||
#add_show_start_time {
|
#add_show_start_time {
|
||||||
float: left;
|
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;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue