Add info message in file editor to show files

This commit is contained in:
Marcos Lilljedahl
2018-01-22 23:33:02 -03:00
parent ad28ce54dc
commit c30d71d8f3
3 changed files with 293 additions and 35 deletions

View File

@@ -10,6 +10,12 @@
margin-bottom: 0px;
}
.alert-newfile {
text-align: center;
padding: 3px;
font-size: 15px;
}
.col-md-3 {
overflow-x: auto;
}