diff --git a/css/main.css b/css/main.css index c9c48ccf..8b0d570f 100644 --- a/css/main.css +++ b/css/main.css @@ -87,6 +87,14 @@ body { background-position: 0 0; } +.icon-spinner { + background-image: url("../img/ajax-loader.gif"); + width: 43px; + height: 11px; + background-position: 0 0; + margin: 13px 15px 0; +} + .ui-layout-toggler-north { margin-top: -3px !important; height: 18px !important; diff --git a/img/ajax-loader.gif b/img/ajax-loader.gif new file mode 100644 index 00000000..60e718fb Binary files /dev/null and b/img/ajax-loader.gif differ diff --git a/index.html b/index.html index 92bb7a2d..1e01934e 100644 --- a/index.html +++ b/index.html @@ -70,9 +70,10 @@ title="Delete the current file locally" data-toggle="modal" data-target="#modal-remove-file-confirm"> Remove file -
-