diff options
author | Björn Schießle <bjoern@schiessle.org> | 2015-11-18 11:49:10 +0100 |
---|---|---|
committer | Björn Schießle <bjoern@schiessle.org> | 2015-11-19 18:07:10 +0100 |
commit | 97c60fd21794a6a0a56dc69ba8b77ab93b5d212c (patch) | |
tree | 6ceeb7b36df64b0fe7400014fcaa485cb770bf23 /settings/css | |
parent | c5e41450f6f1fb00acdd84ab9af84f0217025622 (diff) | |
download | nextcloud-server-97c60fd21794a6a0a56dc69ba8b77ab93b5d212c.tar.gz nextcloud-server-97c60fd21794a6a0a56dc69ba8b77ab93b5d212c.zip |
change 'cronstatus' to 'status' so that it can be used in other apps too
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 60ba805d3ca..5a1d864734b 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -412,13 +412,13 @@ table.grid td.date{ .cronlog { margin-left: 10px; } -.cronstatus { +.status { display: inline-block; height: 16px; width: 16px; vertical-align: text-bottom; } -.cronstatus.success { +.status.success { border-radius: 50%; } |