CC-3360 : timeline css
This commit is contained in:
parent
f1d76443ab
commit
8af4f052e0
7 changed files with 41 additions and 20 deletions
|
@ -140,10 +140,10 @@ function buildScheduleDialog (json) {
|
|||
|
||||
//set max heights of datatables.
|
||||
dialog.find(".lib-content .dataTables_scrolling")
|
||||
.css("max-height", height - 110 - 155);
|
||||
.css("max-height", height - 90 - 155);
|
||||
|
||||
dialog.find(".sb-content .dataTables_scrolling")
|
||||
.css("max-height", height - 110 - 60);
|
||||
.css("max-height", height - 90 - 60);
|
||||
|
||||
dialog.dialog('open');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue