From b940791947cd3ae9c5b7224fa9ca5bf5362cfae1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 15 Jun 2012 08:41:51 +0000 Subject: [PATCH] changing panel sizes from 50% to 45%, opera problem view resolved --- client.js | 4 +--- style.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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;