diff --git a/client.js b/client.js index 3c1c7d1f..ee325d02 100644 --- a/client.js +++ b/client.js @@ -10,9 +10,8 @@ var CloudCommander = (function(){ /* Клиентский обьект, содержащий функциональную часть*/ var CloudClient = { - /* Конструктор CloudClient, который - * выполняет весь функционал по - * инициализации + /* Конструктор CloudClient, который выполняет + * весь функционал по инициализации */ init : null, /* start initialization */ diff --git a/css/style.css b/css/style.css index 061bb7f5..9103b070 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } /* если правая панель не помещаеться - прячем её */ diff --git a/lib/client/editor.js b/lib/client/editor.js index 069431af..c086caaa 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -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' +