From 20d0bc9c36a196119209ef097f5771f4258961d0 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sun, 3 Jun 2018 19:42:41 -0400 Subject: [PATCH 1/2] [ticket/15679] assign proper classes to html PHPBB3-15679 --- .../prosilver/template/ucp_notifications.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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}

    From 8b3fa91ae386759d1b342cc908cc86a7913d0de8 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sun, 3 Jun 2018 19:54:20 -0400 Subject: [PATCH 2/2] [ticket/15679] Overide css inheritance in cp.css PHPBB3-15679 --- phpBB/styles/prosilver/theme/cp.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 */