diff options
author | Joas Schilling <coding@schilljs.com> | 2018-02-28 12:34:46 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-02-28 14:27:35 +0100 |
commit | bb58d12bcaf991530be1c526d5de78e473936734 (patch) | |
tree | 05e1e07d5abccf4e511279cebbc401b086199717 /apps/updatenotification/css | |
parent | 9ae3a5fe2f3b792a20420e00690421184f04bba8 (diff) | |
download | nextcloud-server-bb58d12bcaf991530be1c526d5de78e473936734.tar.gz nextcloud-server-bb58d12bcaf991530be1c526d5de78e473936734.zip |
Check for app updates when there is a new major version available
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification/css')
-rw-r--r-- | apps/updatenotification/css/admin.css | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/apps/updatenotification/css/admin.css b/apps/updatenotification/css/admin.css index c136b61d097..78f79502c8e 100644 --- a/apps/updatenotification/css/admin.css +++ b/apps/updatenotification/css/admin.css @@ -1,4 +1,22 @@ -#updatenotification p, -#oca_updatenotification_section p { - margin: 25px 0; +#updatenotification { + margin-top: -25px; +} + +#updatenotification div.update, +#updatenotification ul, +#updatenotification p:not(.inlineblock) { + margin-bottom: 25px; +} + + +#updatenotification h2.inlineblock { + margin-top: 25px; +} + +#updatenotification h3 { + cursor: pointer; +} + +#updatenotification h3:first-of-type { + margin-top: 0; } |