Added BitNode multipliers for purchased servers. Fixed bugs in new Script Editor implementation. Added documentation for script editors

This commit is contained in:
danielyxie
2019-01-29 22:02:27 -08:00
parent d54f0906f0
commit a09ea46a38
31 changed files with 3355 additions and 2558 deletions
+12 -2
View File
@@ -5,7 +5,7 @@
*/
#codemirror-form-wrapper {
height: 80%;
margin: 10px 0px 10px 6px; }
margin: 10px 0px 0px 6px; }
.CodeMirror {
height: 100%;
@@ -32,6 +32,15 @@
pointer-events: none;
color: #404F7D; }
/**
* Vim command display
*/
#codemirror-vim-command-display-wrapper {
background-color: white;
font-size: 13px;
height: 30px;
margin-left: 6px; }
/* COLORS */
/* Attributes */
/* COLORS */
@@ -886,7 +895,8 @@ button {
padding: 2px;
overflow: auto;
z-index: 1;
color: #fff; }
color: #fff;
max-height: 50%; }
#script-editor-options-panel fieldset {
margin-top: 8px;