diff --git a/plugins/box/filesmanager/css/style.css b/plugins/box/filesmanager/css/style.css index 0167074..0ab6349 100644 --- a/plugins/box/filesmanager/css/style.css +++ b/plugins/box/filesmanager/css/style.css @@ -24,7 +24,7 @@ .upload-progress { height: 100%; width: 0; - background-color: #0B85A1; + background-color: #428bca; position: relative; float: left; max-width: 100%; @@ -39,3 +39,7 @@ .fileupload-controls { float: left; } + +.upload-file-pholder { + padding-top: 5px; +} \ No newline at end of file diff --git a/plugins/box/filesmanager/js/fileuploader.js b/plugins/box/filesmanager/js/fileuploader.js index 7b651b2..29824e1 100644 --- a/plugins/box/filesmanager/js/fileuploader.js +++ b/plugins/box/filesmanager/js/fileuploader.js @@ -91,7 +91,7 @@ $.monstra.fileuploader = { $('#fuPlaceholder').hide(); } var progressBarWidth = progress * $('#uploadArea').width() / 100; - $('#fuProgress').animate({ width: progressBarWidth }, 10).html(progress + "% "); + $('#fuProgress').animate({ width: progressBarWidth }, 10); }, setFileNameSize: function(fname, fsize){