diff --git a/apps/updatenotification/css/admin.css b/apps/updatenotification/css/admin.css index 85b919cb06..714056dadf 100644 --- a/apps/updatenotification/css/admin.css +++ b/apps/updatenotification/css/admin.css @@ -49,25 +49,27 @@ display: inline-block; } -#updatenotification .toggleWhatsNews { +#updatenotification .toggleWhatsNew { position: relative; } #updatenotification .item-wrapper { display: flex; align-items: flex-start; -} - -#updatenotification .item-wrapper { - display: flex; - align-items: flex-start; + padding-right: 10px; } #updatenotification .item-wrapper p { - margin-bottom: 10px; - margin-left: 0.5em; + margin-bottom: 0; + padding-top: 10px; } #updatenotification .item-wrapper span[class^="icon-"] { - padding: 0 19px 0 0; + padding: 19px 0 19px 22px; + line-height: 38px; +} + +#updatenotification .popovermenu { + margin-top: 5px; + width: 300px; } diff --git a/apps/updatenotification/js-src/components/root.vue b/apps/updatenotification/js-src/components/root.vue index 1f3b91cf6b..ab9c9fa9e4 100644 --- a/apps/updatenotification/js-src/components/root.vue +++ b/apps/updatenotification/js-src/components/root.vue @@ -40,7 +40,7 @@ {{ t('updatenotification', 'Open updater') }} {{ t('updatenotification', 'Download now') }}
-
+
{{ t('updatenotification', 'What\'s new?') }}