WebEditor: integrated editor

This commit is contained in:
Valeriy Sizov 2012-10-09 20:11:49 +03:00
parent 3b5c7b6e9a
commit 57e2b5ed1a
85 changed files with 162379 additions and 3 deletions

View file

@ -0,0 +1,14 @@
.file-editor {
#editor{
height: 500px;
width: 90%;
position: relative;
margin-bottom: 20px;
}
textarea{
display: block;
width: 40%;
margin: 10px 0 10px 0;
}
}