CC-3360 : timeline css

This commit is contained in:
Naomi Aro 2012-03-23 01:46:45 +01:00
parent f1d76443ab
commit 8af4f052e0
7 changed files with 41 additions and 20 deletions

View file

@ -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');
}