diff options
author | kondou <kondou@ts.unde.re> | 2014-03-12 17:29:26 +0100 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2014-03-12 17:29:26 +0100 |
commit | c5440fa13305799e1af663993220d200373efc4e (patch) | |
tree | db5a564850d0d00d18b6d951f8172abe045d2d50 /settings/css/settings.css | |
parent | 547b5634646b0556462233f8cac37a41d63a44fb (diff) | |
download | nextcloud-server-c5440fa13305799e1af663993220d200373efc4e.tar.gz nextcloud-server-c5440fa13305799e1af663993220d200373efc4e.zip |
Move cron status to the right of the heading
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r-- | settings/css/settings.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 37c2c47ed20..249ee1949f0 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -167,6 +167,10 @@ table.shareAPI td { padding-bottom: 0.8em; } width: 40px; } +.cronlog { + margin-left: 10px; +} + .cronstatus { display: inline-block; height: 16px; |