summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-03-06 17:13:35 +0100
committerJoas Schilling <coding@schilljs.com>2018-03-06 17:13:35 +0100
commit2d72c16ecdc6d60b000f6cc8f8c73a8378f11d4a (patch)
treed0414c8fb1b4cbda4a35f138bbe36c549dfb3329 /apps/updatenotification/css
parentbb58d12bcaf991530be1c526d5de78e473936734 (diff)
downloadnextcloud-server-2d72c16ecdc6d60b000f6cc8f8c73a8378f11d4a.tar.gz
nextcloud-server-2d72c16ecdc6d60b000f6cc8f8c73a8378f11d4a.zip
Show a loading message while we determinate the status of the updates
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification/css')
-rw-r--r--apps/updatenotification/css/admin.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/updatenotification/css/admin.css b/apps/updatenotification/css/admin.css
index 78f79502c8e..20c9253f472 100644
--- a/apps/updatenotification/css/admin.css
+++ b/apps/updatenotification/css/admin.css
@@ -20,3 +20,8 @@
#updatenotification h3:first-of-type {
margin-top: 0;
}
+
+#updatenotification .icon-loading-small {
+ display: inline-block;
+ margin-bottom: -3px;
+}