Standard Upload erweitert

This commit is contained in:
holger.trampe 2020-03-27 00:43:47 +01:00
parent 81620ebab1
commit 0770dcdf48
3 changed files with 6 additions and 11 deletions

View File

@ -21,13 +21,13 @@
#diagram { #diagram {
overflow-x: scroll; overflow-x: scroll;
min-width: 100%; /*min-width: 100%;
min-height: 100%; min-height: 100%;*/
scroll-behavior: smooth; scroll-behavior: smooth;
} }
.example { .example {
padding-left: 12%; /*padding-left: 12%;*/
} }
.orga-hover { .orga-hover {
@ -37,13 +37,11 @@
border-radius: 5px !important; border-radius: 5px !important;
} }
.orga-hover:hover { .orga-hover:hover {
background-color: rgba(185,187,182, 0.5); background-color: rgba(185,187,182, 0.5);
} }
.orga-textcenter { .orga-textcenter {
text-align: center; text-align: center;
} }
.tf-nc:before,.tf-nc:after { .tf-nc:before,.tf-nc:after {
border-color: #b9bbb6 !important; border-color: #b9bbb6 !important;
@ -64,9 +62,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.9.1/underscore-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.9.1/underscore-min.js"></script>
<link href="https://unpkg.com/treeflex/dist/css/treeflex.css" rel="stylesheet"> <link href="https://unpkg.com/treeflex/dist/css/treeflex.css" rel="stylesheet">
<script type="text/javascript"> <script type="text/javascript">
var data = [ var data = [
{% for u in agencyuser %} {% for u in agencyuser %}
{% if u.profile.parent == u %} {% if u.profile.parent == u %}

View File

@ -485,7 +485,7 @@ $('#directdiv').on('dragleave', function (e) {
$("#directdiv").removeClass('bg-secondary'); $("#directdiv").removeClass('bg-secondary');
}); });
allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*" allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*, image/x-png, image/gif, image/jpg, image/jpeg, image/JPEG, image/JPG, docx, JPEG, JPG, doc, odt, ODT, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.presentation"
function uploadButtonPush(){ function uploadButtonPush(){

View File

@ -563,7 +563,7 @@ $('#directdiv').on('dragleave', function (e) {
$("#directdiv").removeClass('bg-secondary'); $("#directdiv").removeClass('bg-secondary');
}); });
allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*" allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*, image/x-png, image/gif, image/jpg, image/jpeg, image/JPEG, image/JPG, docx, JPEG, JPG, doc, odt, ODT, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.presentation"