minor changes

This commit is contained in:
coderaiser 2012-09-26 11:05:46 -04:00
parent 21a836065c
commit 454567ec9c
3 changed files with 32 additions and 2 deletions

View file

@ -1192,12 +1192,11 @@ CloudClient.baseInit = (function(){
CloudClient.HEIGHT = lHeight;
Util.cssSet({id:'show_2panels',
Util.cssSet({id:'cloudcmd',
element:document.head,
inner:
'.panel{' +
'height:' + lHeight +'px;' +
'width:46%;' +
'}'
});
});