diff --git a/client.js b/client.js index 4b671199..fb57312a 100644 --- a/client.js +++ b/client.js @@ -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%;}' }); }); diff --git a/style.css b/style.css index 8a397a84..0b6f9229 100644 --- a/style.css +++ b/style.css @@ -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;