changing panel sizes from 50% to 45%, opera problem view resolved

This commit is contained in:
coderaiser 2012-06-15 08:41:51 +00:00
parent 11864f7e35
commit b940791947
2 changed files with 2 additions and 4 deletions

View file

@ -622,11 +622,9 @@ CloudClient.init=(function()
var lRight=document.getElementById('right');
if(lRight)lRight.className=lRight.className.replace('hidden','');
//var lLeft=document.getElementById('left');
//lLeft.style.cssText='width:50%';
CloudClient.cssSet({id:'show_2panels',
element:document.head,
inner:'#left{width:50%;}'
inner:'#left{width:45%;}'
});
});

View file

@ -160,7 +160,7 @@ background:url(/images/panel_refresh.png) 0 -15px no-repeat;
}
.panel{
display: table;
width:50%;
width:45%;
}
#keyspanel{
text-align: center;