diff options
author | kondou <kondou@ts.unde.re> | 2014-03-12 15:20:51 +0100 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2014-03-12 15:20:51 +0100 |
commit | 547b5634646b0556462233f8cac37a41d63a44fb (patch) | |
tree | 1a3ed523663c786496e37dca5929c544b945e92e /settings/css/settings.css | |
parent | ce790119aea4a1cec2e8d8e8b493fec00b87693f (diff) | |
download | nextcloud-server-547b5634646b0556462233f8cac37a41d63a44fb.tar.gz nextcloud-server-547b5634646b0556462233f8cac37a41d63a44fb.zip |
Log last cron execution
Fixes #2012
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r-- | settings/css/settings.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index a47e7bf6563..37c2c47ed20 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -167,6 +167,13 @@ table.shareAPI td { padding-bottom: 0.8em; } width: 40px; } +.cronstatus { + display: inline-block; + height: 16px; + width: 16px; + vertical-align: text-bottom; +} + /* HELP */ .pressed {background-color:#DDD;} |