Merge branch '2.4.x' of dev.sourcefabric.org:airtime into 2.4.x

This commit is contained in:
Martin Konecny 2013-06-10 15:57:21 -04:00
commit 3391aa90c5
4 changed files with 31 additions and 12 deletions

View file

@ -186,10 +186,10 @@ function buildScheduleDialog (json, instance_id) {
//set max heights of datatables.
dialog.find(".lib-content .dataTables_scrolling")
.css("max-height", height - 90 - 155);
.css("max-height", height - 90 - 200);
dialog.find(".sb-content .dataTables_scrolling")
.css("max-height", height - 90 - 60);
.css("max-height", height - 90 - 65);
dialog.dialog('open');
}