mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
changed id property to name property (left, panel)
This commit is contained in:
parent
b329e1863b
commit
34ad3f8e32
3 changed files with 5 additions and 5 deletions
|
|
@ -10,9 +10,8 @@ var CloudCommander = (function(){
|
|||
|
||||
/* Клиентский обьект, содержащий функциональную часть*/
|
||||
var CloudClient = {
|
||||
/* Конструктор CloudClient, который
|
||||
* выполняет весь функционал по
|
||||
* инициализации
|
||||
/* Конструктор CloudClient, который выполняет
|
||||
* весь функционал по инициализации
|
||||
*/
|
||||
init : null, /* start initialization */
|
||||
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@ a:focus { outline: thin dotted; }
|
|||
}
|
||||
}
|
||||
@media only screen and (min-width: 601px) and (max-width: 785px){
|
||||
#left{
|
||||
.panel{
|
||||
width:90% !important;
|
||||
}
|
||||
#right{
|
||||
|
|
@ -331,7 +331,7 @@ a:focus { outline: thin dotted; }
|
|||
}
|
||||
|
||||
@media only screen and (min-width:786px) and (max-width: 1155px){
|
||||
#left{
|
||||
.panel{
|
||||
width:90% !important;
|
||||
}
|
||||
/* если правая панель не помещаеться - прячем её */
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ var CloudCommander, CloudFunc, CodeMirror;
|
|||
'font-family :\'Droid Sans Mono\';' +
|
||||
'font-size :15px;' +
|
||||
'padding :20px;' +
|
||||
'border: 1.5px solid rgba(49, 123, 249, .40)'+
|
||||
'}' +
|
||||
'.CodeMirror-scroll{' +
|
||||
'height : ' + cloudcmd.HEIGHT + 'px' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue