mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
Files Manager Improvements - Drop Files section fixes #94
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
.upload-progress {
|
.upload-progress {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 0;
|
width: 0;
|
||||||
background-color: #0B85A1;
|
background-color: #428bca;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@@ -39,3 +39,7 @@
|
|||||||
.fileupload-controls {
|
.fileupload-controls {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.upload-file-pholder {
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
@@ -91,7 +91,7 @@ $.monstra.fileuploader = {
|
|||||||
$('#fuPlaceholder').hide();
|
$('#fuPlaceholder').hide();
|
||||||
}
|
}
|
||||||
var progressBarWidth = progress * $('#uploadArea').width() / 100;
|
var progressBarWidth = progress * $('#uploadArea').width() / 100;
|
||||||
$('#fuProgress').animate({ width: progressBarWidth }, 10).html(progress + "% ");
|
$('#fuProgress').animate({ width: progressBarWidth }, 10);
|
||||||
},
|
},
|
||||||
|
|
||||||
setFileNameSize: function(fname, fsize){
|
setFileNameSize: function(fname, fsize){
|
||||||
|
Reference in New Issue
Block a user