diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-08 15:28:58 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-11-08 15:28:58 +0100 |
commit | 03b140c0081c5edc09eff96c493f1338eb2cd5a6 (patch) | |
tree | 164dfef770852b8aac378c828ccf3f8ade770547 /apps | |
parent | b04a44babdecad235828505191f5b36f2605ec72 (diff) | |
download | nextcloud-server-03b140c0081c5edc09eff96c493f1338eb2cd5a6.tar.gz nextcloud-server-03b140c0081c5edc09eff96c493f1338eb2cd5a6.zip |
Improve style of incompatible apps list
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/updatenotification/css/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/updatenotification/css/admin.css b/apps/updatenotification/css/admin.css index 1a2724cbd8e..3a74d8801a0 100644 --- a/apps/updatenotification/css/admin.css +++ b/apps/updatenotification/css/admin.css @@ -61,3 +61,7 @@ margin-top: 5px; width: 300px; } + +#updatenotification .applist { + margin-bottom: 25px; +} |