mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
3689faf7ee
commit
b1ec78da3d
1 changed files with 6 additions and 4 deletions
|
|
@ -35,10 +35,12 @@ CloudCommander.Editor.CodeMirror = {
|
|||
|
||||
CloudCommander.cssSet({id:'editor',
|
||||
inner : '.CodeMirror{' +
|
||||
'font-family:\'Droid Sans Mono\';' +
|
||||
'font-size:15px;' +
|
||||
'resize:vertical;' +
|
||||
'padding:20px;' +
|
||||
'font-family :\'Droid Sans Mono\';' +
|
||||
'font-size :15px;' +
|
||||
'resize :vertical;' +
|
||||
'padding :20px;' +
|
||||
'top :26px;' +
|
||||
'left :52px;' +
|
||||
'}' +
|
||||
'.CodeMirror-scroll{' +
|
||||
'height: 660px;' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue