Selaa lähdekoodia

调整比例

tags/6.2.7
叙述、别离 1 vuosi sitten
vanhempi
commit
44e4b20b3d
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      src/admin/css/codemirror.css
  2. +1
    -1
      src/static/ckeditor/config.js

+ 1
- 1
src/admin/css/codemirror.css Näytä tiedosto

@@ -3,7 +3,7 @@
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height: 400px;
height: 360px;
color: black;
direction: ltr;
}


+ 1
- 1
src/static/ckeditor/config.js Näytä tiedosto

@@ -18,7 +18,7 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'colors', groups: ['colors'] },
{ name: 'tools', groups: ['tools'] }
];
config.height = 400;
config.height = 360;
config.removePlugins = 'exportpdf';
config.extraPlugins = 'html5video,dedepagebreak,textindent';
config.removeButtons = 'Save,NewPage,Print,Preview,Templates,Smiley,About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField';


Loading…
Peruuta
Tallenna