}
#uploadprogresswrapper { float: right; position: relative; }
-#uploadprogresswrapper #uploadprogressbar { position:relative; display:inline-block; width:10em; height:1.5em; top:.4em; }
+#uploadprogresswrapper #uploadprogressbar {
+ position:relative; float: right;
+ margin-left: 12px; width:10em; height:1.5em; top:.4em;
+ display:inline-block;
+}
/* FILE TABLE */
//show cancel button
if(data.dataType !== 'iframe') {
- $('#upload input.stop').show();
+ $('#uploadprogresswrapper input.stop').show();
}
},
/**
}
$('#uploadprogressbar').progressbar({value:0});
$('#uploadprogressbar').fadeIn();
- if(data.dataType != 'iframe ') {
- $('#upload input.stop').show();
- }
},
fail: function(e, data) {
if (typeof data.textStatus !== 'undefined' && data.textStatus !== 'success' ) {
*/
stop: function(e, data) {
if(data.dataType !== 'iframe') {
- $('#upload input.stop').hide();
+ $('#uploadprogresswrapper input.stop').hide();
}
//IE < 10 does not fire the necessary events for the progress bar.