minor changes

This commit is contained in:
coderaiser 2012-09-10 10:14:36 -04:00
parent 34ad3f8e32
commit 5367452a8f
2 changed files with 7 additions and 5 deletions

View file

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

View file

@ -163,7 +163,6 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat;
}
#left{
float:left;
width:90%;
}
/* фон файла, на котором курсор*/
.current-file{
@ -323,7 +322,7 @@ a:focus { outline: thin dotted; }
}
@media only screen and (min-width: 601px) and (max-width: 785px){
.panel{
width:90% !important;
width:94% !important;
}
#right{
display:none;
@ -332,7 +331,7 @@ a:focus { outline: thin dotted; }
@media only screen and (min-width:786px) and (max-width: 1155px){
.panel{
width:90% !important;
width:94% !important;
}
/* если правая панель не помещаеться - прячем её */
#right{