Webbuild: set editor height to 500 and other css changes
This commit is contained in:
parent
7631d30e64
commit
4f7942e57d
@ -255,6 +255,11 @@ div#container {
|
|||||||
.processes {
|
.processes {
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
.CodeMirror {
|
||||||
|
font-size:9pt;
|
||||||
|
font-family:monospace;
|
||||||
|
line-height:1em;
|
||||||
|
}
|
||||||
.editor {
|
.editor {
|
||||||
float:left;
|
float:left;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
@ -103,6 +103,7 @@ function ajax_getvalues(request,confirm) {
|
|||||||
indentWithTabs: true,
|
indentWithTabs: true,
|
||||||
onChange: function() { editorChanged(); }
|
onChange: function() { editorChanged(); }
|
||||||
});
|
});
|
||||||
|
editor.setSize(null, 500);
|
||||||
} else if ((nodes[i].nodeName == "output") && (document.getElementById("outputbottom") != undefined)) {
|
} else if ((nodes[i].nodeName == "output") && (document.getElementById("outputbottom") != undefined)) {
|
||||||
document.getElementById("outputbottom").scrollTop = document.getElementById("outputbottom").scrollHeight;
|
document.getElementById("outputbottom").scrollTop = document.getElementById("outputbottom").scrollHeight;
|
||||||
} else if ((nodes[i].nodeName == "processes")) {
|
} else if ((nodes[i].nodeName == "processes")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user