* adjust the size of colorbox.

This commit is contained in:
chencongzhi520@gmail.com
2013-01-20 09:45:34 +00:00
parent f0a9cad84b
commit 18b5cc2f3b
+1 -1
View File
@@ -8,7 +8,7 @@ function browseByModule(active)
$(document).ready(function()
{
$("a.iframe").colorbox({width:900, height:600, iframe:true, transition:'none'});
$("a.iframe").colorbox({width:900, height:550, iframe:true, transition:'none'});
$('#' + browseType + 'Tab').addClass('active');
$('#module' + moduleID).addClass('active');
});