Add support for file editor

This commit is contained in:
marcos
2018-01-05 13:13:07 -03:00
parent f564f1fd28
commit 386bd87385
32 changed files with 621 additions and 93 deletions

15
www/assets/editor.css Normal file
View File

@@ -0,0 +1,15 @@
.alert-top {
position: absolute;
top: 0;
right: 0;
width:100px;
display:none;
text-align: center;
padding: 3px;
height: 30px;
margin-bottom: 0px;
}
.col-md-3 {
overflow-x: auto;
}