added codemirror editor

This commit is contained in:
Logsol 2013-07-19 13:33:46 +02:00
parent 1189487d4b
commit eb150732fb
3 changed files with 7 additions and 0 deletions

1
public/codemirror Submodule

@ -0,0 +1 @@
Subproject commit b05b96e0306d3b33b8a7810884a0d1cfb7b42969

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

View file

@ -149,3 +149,9 @@ textarea {
padding: 5px;
margin: 0;
}
.CodeMirror {
width: 90%;
border: 1px dotted gray;
background-color: #f5f5f5;
}