From 0b444814e51595981c1f03371c4607be24f7b0a9 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Mon, 16 Nov 2015 19:09:24 +0100 Subject: [PATCH 1/5] [ticket/14295]Add approval icon PHPBB3-14295 --- phpBB/styles/prosilver/template/viewtopic_body.html | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 19b52c6ff6..db340fb9f8 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -295,6 +295,7 @@

+ {L_POST_UNAPPROVED_ACTION} From 9225507c455cac2db44246cc2290c8680d36c8fb Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 24 Nov 2015 18:38:48 +0100 Subject: [PATCH 2/5] [ticket/14295]Fix spacing PHPBB3-14295 --- phpBB/styles/prosilver/theme/common.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index af8fa33632..ef6a07cebb 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1004,23 +1004,10 @@ div.rules ul, div.rules ol { p.post-notice { position: relative; padding: 5px; - padding-left: 26px; min-height: 14px; margin-bottom: 1em; } -p.post-notice:before { - content: ''; - display: block; - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 28px; - background: transparent none 50% 50% no-repeat; - pointer-events: none; -} - form > p.post-notice strong { line-height: 20px; } From 21b58dcb6a149f605e2a717b19f1e9d032d901f5 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 24 Nov 2015 18:40:18 +0100 Subject: [PATCH 3/5] [ticket/14295]missed one PHPBB3-14295 --- phpBB/styles/prosilver/template/mcp_topic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 9ab0b8e4cc..d30daf42c7 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -119,7 +119,7 @@

- {L_POST_UNAPPROVED} + {L_POST_UNAPPROVED}

From eb7b0afedee255a8fefcc34abb5d700be1965557 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 24 Nov 2015 18:40:42 +0100 Subject: [PATCH 4/5] [ticket/14295]fix bidi PHPBB3-14295 --- phpBB/styles/prosilver/theme/bidi.css | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index ca7982b456..342c336d1b 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -454,7 +454,6 @@ li.breadcrumbs span:first-child > a { .rtl p.post-notice { padding-left: 5px; - padding-right: 26px; } .rtl p.post-notice:before { From e0893c27a21bf5cd5dfa50ecbae4c8c3256f8317 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 24 Nov 2015 18:49:45 +0100 Subject: [PATCH 5/5] [ticket/14295]fix report icon as well PHPBB3-14295 --- phpBB/styles/prosilver/template/mcp_post.html | 2 +- phpBB/styles/prosilver/template/mcp_topic.html | 2 +- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index a0b470cbca..c7b52bb3a5 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -14,7 +14,7 @@

{L_REPORT_REASON}{L_COLON} {REPORT_REASON_TITLE}

{L_REPORTED} {L_POST_BY_AUTHOR} {REPORTER_FULL} « {REPORT_DATE}

-

{L_REPORT_CLOSED}

+

{L_REPORT_CLOSED}

diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index d30daf42c7..5f11e763e1 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -131,7 +131,7 @@

- {L_POST_REPORTED} + {L_POST_REPORTED}

diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index db340fb9f8..79a77fda09 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -319,7 +319,7 @@

- {L_POST_REPORTED} + {L_POST_REPORTED}