Skip to content

Commit

Permalink
ADD: installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mountstone committed Jun 6, 2017
1 parent 800b820 commit c06fb63
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions public/packages/core/css/install.css
Expand Up @@ -356,4 +356,15 @@
}
.CodeMirror pre{
line-height: 18px !important;
}
.has-error .input-field input{
border-color: #a94442;

}
.has-error .checkbox, .has-error .checkbox-inline, .has-error label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
color: #a94442;
}
.help-block.with-errors ul{
list-style:none;
padding:0px;
}
1 change: 0 additions & 1 deletion public/packages/core/js/installer.js
Expand Up @@ -19,7 +19,6 @@
} else {
var text = response.console.replace(/\r\n/g, "\n");
editor.getDoc().setValue(text);
console.log($console.get(0).scrollHeight);
editor.execCommand('goDocEnd');
setTimeout(refresh, 1000);
}
Expand Down
2 changes: 1 addition & 1 deletion src/core
Submodule core updated from b57e1a to a7deb5

0 comments on commit c06fb63

Please sign in to comment.