Standard Upload erweitert
This commit is contained in:
parent
81620ebab1
commit
0770dcdf48
|
|
@ -21,13 +21,13 @@
|
|||
|
||||
#diagram {
|
||||
overflow-x: scroll;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
/*min-width: 100%;
|
||||
min-height: 100%;*/
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.example {
|
||||
padding-left: 12%;
|
||||
/*padding-left: 12%;*/
|
||||
}
|
||||
|
||||
.orga-hover {
|
||||
|
|
@ -38,13 +38,11 @@
|
|||
}
|
||||
.orga-hover:hover {
|
||||
background-color: rgba(185,187,182, 0.5);
|
||||
|
||||
}
|
||||
.orga-textcenter {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.tf-nc:before,.tf-nc:after {
|
||||
border-color: #b9bbb6 !important;
|
||||
border-radius: 5px !important;
|
||||
|
|
@ -64,9 +62,6 @@
|
|||
<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">
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
|
||||
var data = [
|
||||
{% for u in agencyuser %}
|
||||
{% if u.profile.parent == u %}
|
||||
|
|
|
|||
|
|
@ -485,7 +485,7 @@ $('#directdiv').on('dragleave', function (e) {
|
|||
$("#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(){
|
||||
|
|
|
|||
|
|
@ -563,7 +563,7 @@ $('#directdiv').on('dragleave', function (e) {
|
|||
$("#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"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue