WebEditor: integrated editor
This commit is contained in:
parent
3b5c7b6e9a
commit
57e2b5ed1a
85 changed files with 162379 additions and 3 deletions
14
app/assets/stylesheets/sections/editor.scss
Normal file
14
app/assets/stylesheets/sections/editor.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue