clear unneeded css, change processing image [fixes SCI-758]

This commit is contained in:
zmagod 2016-12-09 14:24:20 +01:00
parent de3099e4d1
commit 8b0dab624d
3 changed files with 0 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -11,7 +11,6 @@ function setupAssetsLoading() {
$.each(elements, function(_, el) {
var $el = $(el);
var spinner = $el.find(".asset-loading-spinner");
// Perform an AJAX call to present URL
// to check if file already exists
@ -70,7 +69,6 @@ function setupAssetsLoading() {
$.each(elements, function(_, el) {
var $el = $(el);
$el.attr("data-status", "asset-failed");
$el.find(".asset-loading-spinner").spin(false);
$el.html($el.data("filename"));
});
}

View file

@ -1449,14 +1449,6 @@ html.turbolinks-progress-bar::before {
visibility: visible;
}
.asset-loading-spinner {
width: 20px;
height: 20px;
display: inline-block;
margin-right: 5px;
}
// Comments
.comment-more {