diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 12:36:30 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 12:36:30 +0200 |
commit | bced346c3b07fc6549f216f4db20c52e827d3cfa (patch) | |
tree | f47fb29eb56a4628177188e42c7a21a348300c81 /core | |
parent | e88b493136f2378ff403d920217e9a5af1231ee3 (diff) | |
download | nextcloud-server-bced346c3b07fc6549f216f4db20c52e827d3cfa.tar.gz nextcloud-server-bced346c3b07fc6549f216f4db20c52e827d3cfa.zip |
Now using smaller spinner image for status indicator
To make the status indicator appear smaller, even in IE8 that doesn't
support background-size, there is no a smaller animated gif
"loading-small" for that purpose.
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 | ||||
-rw-r--r-- | core/img/loading-small.gif | bin | 0 -> 1294 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index be53b67c858..a0de21f3ac6 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -745,6 +745,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 Binary files differnew file mode 100644 index 00000000000..5025f0bedeb --- /dev/null +++ b/core/img/loading-small.gif |