mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
34ad3f8e32
commit
5367452a8f
2 changed files with 7 additions and 5 deletions
|
|
@ -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%;' +
|
||||
'}'
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue