mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 01:58:09 +01:00
Fix: update jquery libraries
This commit is contained in:
@@ -1,70 +1,100 @@
|
||||
.file_upload {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
direction: ltr;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
width: 200px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
background: palegreen;
|
||||
border: 1px solid limegreen;
|
||||
}
|
||||
@charset 'UTF-8';
|
||||
/*
|
||||
* jQuery File Upload UI Plugin CSS 5.0.6
|
||||
* https://github.com/blueimp/jQuery-File-Upload
|
||||
*
|
||||
* Copyright 2010, Sebastian Tschan
|
||||
* https://blueimp.net
|
||||
*
|
||||
* Licensed under the MIT license:
|
||||
* http://creativecommons.org/licenses/MIT/
|
||||
*/
|
||||
|
||||
.file_upload_small {
|
||||
width: 200px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
font-size: auto;
|
||||
background: palegreen;
|
||||
border: 1px solid limegreen;
|
||||
}
|
||||
|
||||
.file_upload_large {
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
line-height: 150px;
|
||||
font-size: 20px;
|
||||
background: palegreen;
|
||||
border: 1px solid limegreen;
|
||||
}
|
||||
|
||||
.file_upload_highlight {
|
||||
background: lawngreen;
|
||||
}
|
||||
|
||||
.file_upload input {
|
||||
.fileupload-buttonbar .ui-button input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
border: 300px solid transparent;
|
||||
border: solid transparent;
|
||||
border-width: 0 0 100px 200px;
|
||||
opacity: 0;
|
||||
-ms-filter: 'alpha(opacity=0)';
|
||||
filter: alpha(opacity=0);
|
||||
-o-transform: translate(-300px, -300px) scale(10);
|
||||
-moz-transform: translate(-800px, 0) scale(10);
|
||||
-o-transform: translate(250px, -50px) scale(1);
|
||||
-moz-transform: translate(-300px, 0) scale(4);
|
||||
direction: ltr;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.file_upload iframe, .file_upload button {
|
||||
display: none;
|
||||
.fileinput-button {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.file_upload_progress .ui-progressbar-value {
|
||||
/* Fix for IE 6: */
|
||||
*html .fileinput-button {
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
/* Fix for IE 7: */
|
||||
*+html .fileinput-button {
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.fileupload-buttonbar {
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
|
||||
.fileupload-buttonbar .ui-button {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.fileupload-content {
|
||||
padding: 0.2em 0.4em;
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.fileupload-content .ui-progressbar {
|
||||
width: 200px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.fileupload-content .ui-progressbar-value {
|
||||
background: url(pbar-ani.gif);
|
||||
}
|
||||
|
||||
.file_upload_progress div {
|
||||
width: 150px;
|
||||
height: 15px;
|
||||
.fileupload-content .fileupload-progressbar {
|
||||
width: 400px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.file_upload_cancel div {
|
||||
cursor: pointer;
|
||||
.files {
|
||||
margin: 10px 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.files td {
|
||||
padding: 5px;
|
||||
border-spacing: 5px;
|
||||
}
|
||||
|
||||
.files img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.files .name {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.files .size {
|
||||
padding: 0 10px 0 0;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ui-state-disabled .ui-state-disabled {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
|
||||
.ui-state-disabled input {
|
||||
cursor: default;
|
||||
}
|
||||
Reference in New Issue
Block a user