diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 0bee0e5fd3..8be157c933 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -2,11 +2,11 @@
-

{TITLE}

+

{TITLE}

-

{TITLE_EXPLAIN}

+

{TITLE_EXPLAIN}

@@ -66,15 +66,15 @@
  • -
    - {notification_list.AVATAR} -
    +
    + {notification_list.AVATAR} +
    -

    {notification_list.FORMATTED_TITLE} {notification_list.REFERENCE}

    +

    {notification_list.FORMATTED_TITLE} {notification_list.REFERENCE}

    -

    {notification_list.FORUM}

    -

    {notification_list.REASON}

    -

    {notification_list.TIME}

    +

    {notification_list.FORUM}

    +

    {notification_list.REASON}

    +

    {notification_list.TIME}

    diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index 11ca6dd10c..6d3bfe916c 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -357,5 +357,17 @@ ol.def-rules li { line-height: 30px; } +p.notification-title, +p.notification-forum, +p.notification-reason, +p.notification-time { + line-height: 14px; + margin-bottom: 4px; +} + +p.notification-time { + margin-bottom: 0; +} + /* stylelint-enable selector-max-compound-selectors */ /* stylelint-enable selector-no-qualifying-type */