diff --git a/main/document/upload.php b/main/document/upload.php
index 8005822cf2..a5401a67e6 100755
--- a/main/document/upload.php
+++ b/main/document/upload.php
@@ -303,14 +303,16 @@ $simple_form = $form->return_form();
$url = api_get_path(WEB_AJAX_PATH).'document.ajax.php?'.api_get_cidreq().'&a=upload_file';
$multiple_form = get_lang('ClickToSelectOrDragAndDropMultipleFilesOnTheUploadField').'
';
$multiple_form .= '
-
+
| '.get_lang('FileName').' |
diff --git a/main/img/icons/svg/database.svg b/main/img/icons/svg/database.svg
index 4225a01af5..73ad70e336 100644
--- a/main/img/icons/svg/database.svg
+++ b/main/img/icons/svg/database.svg
@@ -15,9 +15,21 @@
id="svg7613"
version="1.1"
inkscape:version="0.48.4 r9939"
- sodipodi:docname="mcmagl.svg">
+ sodipodi:docname="database.svg">
+
+
+
+
-
+ id="linearGradient6507">
+ style="stop-color:#276500;stop-opacity:1;" />
+ style="stop-color:#85d809;stop-opacity:1;" />
-
@@ -469,15 +460,6 @@
offset="1"
id="stop6475" />
-
-
@@ -512,16 +483,6 @@
offset="1"
id="stop6440" />
-
@@ -534,10 +495,82 @@
offset="1"
id="stop6465" />
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+ inkscape:collect="always"
+ xlink:href="#linearGradient6529"
+ id="linearGradient4201"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.16774085,0,0,0.48511497,925.53916,56.129219)"
+ x1="92.852379"
+ y1="851.14813"
+ x2="85.733353"
+ y2="851.09729" />
+
+
+
-
-
-
+ inkscape:collect="always"
+ xlink:href="#linearGradient6529"
+ id="linearGradient4225"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.57346551,0,0,1.6584911,-39.032152,-440.83533)"
+ x1="92.852379"
+ y1="851.14813"
+ x2="85.733353"
+ y2="851.09729" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ style="fill:#008809;fill-opacity:1;stroke:none"
+ id="rect6824"
+ width="108.12315"
+ height="108.59539"
+ x="7.5619245"
+ y="941.33484"
+ ry="5.0988455" />
+ ry="4.636354"
+ y="946.25995"
+ x="12.46554"
+ height="98.745224"
+ width="98.315819"
+ id="rect6826"
+ style="fill:#ffeeaa;fill-opacity:1;stroke:#166b00;stroke-width:1.64169419;stroke-linecap:round;stroke-opacity:1" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 00
+ 10
+ 20
+ 30
+ 40
+ 50
+ 60
+ 70
+ 80
+ 90
+
-
+ transform="matrix(3.4187588,0,0,3.4187588,-3203.2273,-632.72759)"
+ id="g6541">
+ style="fill:url(#linearGradient4454);fill-opacity:1;stroke:#505050;stroke-width:0.15892629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect6920"
+ width="2.0203567"
+ height="3.6770489"
+ x="939.64575"
+ y="467.49139"
+ ry="0.35772839" />
+
+
+
+
+
+ ry="0.35772839"
+ y="467.49139"
+ x="939.64575"
+ height="3.6770489"
+ width="2.0203567"
+ id="rect6583"
+ style="fill:url(#linearGradient4462);fill-opacity:1;stroke:#505050;stroke-width:0.15892629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 00
- 10
- 20
- 30
- 40
- 50
- 60
- 70
- 80
- 90
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ style="fill:url(#linearGradient4464);fill-opacity:1;stroke:#505050;stroke-width:0.11410424;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect6585"
+ width="0.85296482"
+ height="4.4896064"
+ x="940.26984"
+ y="467.08511"
+ ry="0.43677953" />
+
+
diff --git a/main/inc/lib/javascript/jquery-upload/jquery.fileupload-ui.css b/main/inc/lib/javascript/jquery-upload/jquery.fileupload-ui.css
index 548441a415..e45deba231 100755
--- a/main/inc/lib/javascript/jquery-upload/jquery.fileupload-ui.css
+++ b/main/inc/lib/javascript/jquery-upload/jquery.fileupload-ui.css
@@ -27,12 +27,10 @@
border-radius: 10px;
}
.file_upload_small {
- width: 500px;
- height: 50px;
line-height: 50px;
font-size: auto;
- background: palegreen;
- border: 1px solid limegreen;
+ background: #aed1e5;
+ border: 2px dashed #bbbbbb;
}
.file_upload_large {
@@ -44,7 +42,8 @@
}
.file_upload_highlight {
- background: lawngreen;
+ background: #9acce9;
+ border: 2px dashed #88bbd8;
}
.file_upload input {