Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2015-11-18 13:49:10 +0300
committerBjörn Schießle <bjoern@schiessle.org>2015-11-19 20:07:10 +0300
commit97c60fd21794a6a0a56dc69ba8b77ab93b5d212c (patch)
tree6ceeb7b36df64b0fe7400014fcaa485cb770bf23 /settings/css
parentc5e41450f6f1fb00acdd84ab9af84f0217025622 (diff)
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.css4
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%;
}