changed id property to name property (left, panel)

This commit is contained in:
coderaiser 2012-09-10 09:15:36 -04:00
parent b329e1863b
commit 34ad3f8e32
3 changed files with 5 additions and 5 deletions

View file

@ -10,9 +10,8 @@ var CloudCommander = (function(){
/* Клиентский обьект, содержащий функциональную часть*/
var CloudClient = {
/* Конструктор CloudClient, который
* выполняет весь функционал по
* инициализации
/* Конструктор CloudClient, который выполняет
* весь функционал по инициализации
*/
init : null, /* start initialization */

View file

@ -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;
}
/* если правая панель не помещаеться - прячем её */

View file

@ -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' +