summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-10-13 13:03:02 -0700
committerMorris Jobke <morris.jobke@gmail.com>2013-10-13 13:03:02 -0700
commita021a12b3bafae23c992c38e3abc109cdc1ed420 (patch)
tree01f9fa310c3a964fe59e806388e962761268ac0b /core
parent3f54e3c783274c4d6b9ccd06bf434fdf0529d324 (diff)
parentbced346c3b07fc6549f216f4db20c52e827d3cfa (diff)
downloadnextcloud-server-a021a12b3bafae23c992c38e3abc109cdc1ed420.tar.gz
nextcloud-server-a021a12b3bafae23c992c38e3abc109cdc1ed420.zip
Merge pull request #5253 from owncloud/externalstorage-adminstatusindicator
Fixed external storage status indicator in admin page
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css1
-rw-r--r--core/img/loading-small.gifbin0 -> 1294 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 1a521019d98..b919660779e 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -748,6 +748,7 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
span.ui-icon {float: left; margin: 3px 7px 30px 0;}
.loading { background: url('../img/loading.gif') no-repeat center; cursor: wait; }
+.loading-small { background: url('../img/loading-small.gif') no-repeat center; cursor: wait; }
.move2trash { /* decrease spinner size */
width: 16px;
height: 16px;
diff --git a/core/img/loading-small.gif b/core/img/loading-small.gif
new file mode 100644
index 00000000000..5025f0bedeb
--- /dev/null
+++ b/core/img/loading-small.gif
Binary files differ