mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
changing panel sizes from 50% to 45%, opera problem view resolved
This commit is contained in:
parent
11864f7e35
commit
b940791947
2 changed files with 2 additions and 4 deletions
|
|
@ -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%;}'
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue