From 341962ae74ab45a67a19418fefd0fa76092cf65e Mon Sep 17 00:00:00 2001
From: amalnaeem <36226153+amalnaeem@users.noreply.github.com>
Date: Wed, 4 Apr 2018 20:41:31 +0500
Subject: [ticket/15610] Improving UI of Board Statistics in ACP

Master Improving UI of Board Statistics in ACP

Statistics table was divided into two in acp_main.html.

PHPBB3-15610
---
 phpBB/adm/style/admin.css | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 7cf6c22236..18c7413fef 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -1555,6 +1555,17 @@ a.button2, input.button2 {
 	border: 1px solid #666666;
 }
 
+a.runbutton,
+input.runbutton {
+	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
+	font-size: 0.85em;
+	color: #000000;
+	border-radius: 4px;
+	width: auto !important;
+	padding: 1px 3px 0;
+	cursor: pointer;
+}
+
 /* <a> button in the style of the form buttons */
 a.button1, a.button1:link, a.button1:visited, a.button1:active,
 a.button2, a.button2:link, a.button2:visited, a.button2:active {
@@ -1563,6 +1574,15 @@ a.button2, a.button2:link, a.button2:visited, a.button2:active {
 	padding: 4px 8px;
 }
 
+a.runbutton,
+a.runbutton:link,
+a.runbutton:visited,
+a.runbutton:active {
+	text-decoration: none;
+	color: #ffffff;
+	padding: 4px 8px;
+}
+
 /* Hover states */
 a.button1:hover, input.button1:hover,
 a.button2:hover, input.button2:hover {
@@ -1571,6 +1591,11 @@ a.button2:hover, input.button2:hover {
 	color: #BC2A4D;
 }
 
+a.runbutton:hover,
+input.runbutton:hover {
+	opacity:0.75;
+}
+
 input.disabled {
 	font-weight: normal;
 	color: #666666;
-- 
cgit v1.2.1


From 9b5b0589253b267da061c79866deac65de68cd9d Mon Sep 17 00:00:00 2001
From: amalnaeem <36226153+amalnaeem@users.noreply.github.com>
Date: Wed, 4 Apr 2018 23:53:24 +0500
Subject: [ticket/15610] Improving UI of Board Statistics in ACP

Master Improving UI of Board Statistics in ACP

Statistics table was divided into two in acp_main.html.

PHPBB3-15610
---
 phpBB/adm/style/admin.css | 25 -------------------------
 1 file changed, 25 deletions(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 18c7413fef..7cf6c22236 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -1555,17 +1555,6 @@ a.button2, input.button2 {
 	border: 1px solid #666666;
 }
 
-a.runbutton,
-input.runbutton {
-	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
-	font-size: 0.85em;
-	color: #000000;
-	border-radius: 4px;
-	width: auto !important;
-	padding: 1px 3px 0;
-	cursor: pointer;
-}
-
 /* <a> button in the style of the form buttons */
 a.button1, a.button1:link, a.button1:visited, a.button1:active,
 a.button2, a.button2:link, a.button2:visited, a.button2:active {
@@ -1574,15 +1563,6 @@ a.button2, a.button2:link, a.button2:visited, a.button2:active {
 	padding: 4px 8px;
 }
 
-a.runbutton,
-a.runbutton:link,
-a.runbutton:visited,
-a.runbutton:active {
-	text-decoration: none;
-	color: #ffffff;
-	padding: 4px 8px;
-}
-
 /* Hover states */
 a.button1:hover, input.button1:hover,
 a.button2:hover, input.button2:hover {
@@ -1591,11 +1571,6 @@ a.button2:hover, input.button2:hover {
 	color: #BC2A4D;
 }
 
-a.runbutton:hover,
-input.runbutton:hover {
-	opacity:0.75;
-}
-
 input.disabled {
 	font-weight: normal;
 	color: #666666;
-- 
cgit v1.2.1


From a66c4170a9a1d63cd6add2ae80aeeeacf9895e00 Mon Sep 17 00:00:00 2001
From: amalnaeem <36226153+amalnaeem@users.noreply.github.com>
Date: Thu, 5 Apr 2018 21:09:41 +0500
Subject: [ticket/15610] Improving UI of Board Statistics

Master Improving UI of Board Statistics in ACP.

Statistics table was divided into two in acp_main.html.

PHPBB3-15610
---
 phpBB/adm/style/admin.css | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 7cf6c22236..f9435a68dd 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -723,11 +723,22 @@ td {
 }
 
 .table1 {
-	border-collapse: separate;
 	border-spacing: 1px;
-	clear: both;
+	border-collapse: separate;
+	display:inline-block;
+
+}
+
+#lside {
+	display: inline-block;
+	width: 40%;
 }
 
+.table1 td {
+	width: 25%;
+}
+
+
 dt#color_palette_placeholder table {
 	margin-right: 5px;
 	width: 80px;
-- 
cgit v1.2.1


From 94f4062b296c567d5ccb7fd2f7d7478688d8fae8 Mon Sep 17 00:00:00 2001
From: amalnaeem <36226153+amalnaeem@users.noreply.github.com>
Date: Thu, 5 Apr 2018 22:00:36 +0500
Subject: [ticket/15610] Improving UI of Board Statistics in ACP

Master Improving UI of Board Statistics in ACP

Statistics table was divided into two in acp_main.html.

PHPBB3-15610
---
 phpBB/adm/style/admin.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index f9435a68dd..d19ee9912b 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -724,9 +724,8 @@ td {
 
 .table1 {
 	border-spacing: 1px;
+	display: inline-block;
 	border-collapse: separate;
-	display:inline-block;
-
 }
 
 #lside {
-- 
cgit v1.2.1


From f993d918654961c8abca422883e379b1a66e2926 Mon Sep 17 00:00:00 2001
From: amalnaeem <36226153+amalnaeem@users.noreply.github.com>
Date: Thu, 5 Apr 2018 22:13:27 +0500
Subject: [ticket/15610] Improving UI of Board Statistics in ACP

Master Improving UI of Board Statistics in ACP

Statistics table was divided into two in acp_main.html

PHPBB3-15610
---
 phpBB/adm/style/admin.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index d19ee9912b..3a783ad76d 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -723,8 +723,8 @@ td {
 }
 
 .table1 {
-	border-spacing: 1px;
 	display: inline-block;
+	border-spacing: 1px;
 	border-collapse: separate;
 }
 
-- 
cgit v1.2.1


From cbe983397503de9a4a7481b1a9b7d5f45371daa6 Mon Sep 17 00:00:00 2001
From: amalnaeem <36226153+amalnaeem@users.noreply.github.com>
Date: Fri, 6 Apr 2018 09:54:59 +0500
Subject: [ticket/15610] Improving UI of Board Statistics in ACP

Master Improving UI of Board Statistics in ACP

Statistics table was divided into two in acp_main.html

PHPBB3-15610
---
 phpBB/adm/style/admin.css | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 3a783ad76d..24199eadf8 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -728,16 +728,15 @@ td {
 	border-collapse: separate;
 }
 
-#lside {
+.lside {
 	display: inline-block;
 	width: 40%;
 }
 
-.table1 td {
+.tabled {
 	width: 25%;
 }
 
-
 dt#color_palette_placeholder table {
 	margin-right: 5px;
 	width: 80px;
-- 
cgit v1.2.1


From 89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a Mon Sep 17 00:00:00 2001
From: Marc Alexander <admin@m-a-styles.de>
Date: Sat, 11 May 2019 17:30:43 +0200
Subject: [ticket/16052] Update version numbers to 3.3

PHPBB3-16052
---
 phpBB/adm/style/admin.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 24199eadf8..c0454dc570 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -1,4 +1,4 @@
-/*  phpBB 3.2 Admin Style Sheet
+/*  phpBB 3.3 Admin Style Sheet
 	------------------------------------------------------------------------
 	Original author:	subBlue ( http://www.subblue.com/ )
 	Copyright (c) phpBB Limited <https://www.phpbb.com>
-- 
cgit v1.2.1


From 8f0643a14c24b3f6e65508beea05a89ec4c3717d Mon Sep 17 00:00:00 2001
From: hanakin <midaym@gmail.com>
Date: Fri, 4 Jan 2019 18:17:26 -0500
Subject: [ticket/15927] Fix render issue

PHPBB3-15927
---
 phpBB/adm/style/admin.css | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index c0454dc570..dafe9144d6 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -723,14 +723,20 @@ td {
 }
 
 .table1 {
-	display: inline-block;
+	clear: both;
 	border-spacing: 1px;
 	border-collapse: separate;
 }
 
-.lside {
-	display: inline-block;
-	width: 40%;
+.lside .table1 {
+	float: left;
+	clear: none;
+}
+
+@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
+	.lside .table1 {
+		width: 50%;
+	}
 }
 
 .tabled {
-- 
cgit v1.2.1


From 52ed8bfaa176df778e2da819ee8fa76906b75d00 Mon Sep 17 00:00:00 2001
From: hanakin <midaym@gmail.com>
Date: Sat, 5 Jan 2019 12:54:55 -0500
Subject: [ticket/15927] Avoid using floats

PHPBB3-15927
---
 phpBB/adm/style/admin.css | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index dafe9144d6..4f0a3312e4 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -728,14 +728,10 @@ td {
 	border-collapse: separate;
 }
 
-.lside .table1 {
-	float: left;
-	clear: none;
-}
-
 @media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
 	.lside .table1 {
-		width: 50%;
+		display: inline-table;
+		width: 49.7%;
 	}
 }
 
-- 
cgit v1.2.1


From eb0195dd7c1ea62b7c3422af11c538563aff8965 Mon Sep 17 00:00:00 2001
From: hanakin <midaym@gmail.com>
Date: Sun, 27 Oct 2019 12:14:44 -1000
Subject: [ticket/16188] fix acp responsive stats

PHPBB3-16188
---
 phpBB/adm/style/admin.css | 37 ++++++++++++++++++++++++++++++-------
 1 file changed, 30 insertions(+), 7 deletions(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 4f0a3312e4..5d7c013aba 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -728,13 +728,6 @@ td {
 	border-collapse: separate;
 }
 
-@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
-	.lside .table1 {
-		display: inline-table;
-		width: 49.7%;
-	}
-}
-
 .tabled {
 	width: 25%;
 }
@@ -1073,6 +1066,36 @@ table.fixed-width-table {
 	}
 }
 
+.lside {
+	display: flex;
+	flex-direction: column;
+}
+
+.lside .table1 {
+	display: table;
+	width: 100%;
+}
+
+.lside .table1:first-child {
+	margin-right: 20px;
+}
+
+@media (min-width: 1025px) {
+	.lside {
+		flex-direction: row;
+	}
+
+	.lside .table1 {
+		flex: 1;
+	}
+
+	.lside .table1:first-child {
+		margin-bottom: 0;
+		margin-right: 20px;
+	}
+}
+
+
 /* General form styles
 ----------------------------------------*/
 fieldset {
-- 
cgit v1.2.1


From 1a2e5f6ee6c85cb84976d97a3a2e2a2d7403ff28 Mon Sep 17 00:00:00 2001
From: hanakin <midaym@gmail.com>
Date: Thu, 31 Oct 2019 17:22:18 -1000
Subject: [ticket/16188] Remove responsive tables in acp

PHPBB3-16188
---
 phpBB/adm/style/admin.css | 30 ------------------------------
 1 file changed, 30 deletions(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 5d7c013aba..d0f6583ce2 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -1066,36 +1066,6 @@ table.fixed-width-table {
 	}
 }
 
-.lside {
-	display: flex;
-	flex-direction: column;
-}
-
-.lside .table1 {
-	display: table;
-	width: 100%;
-}
-
-.lside .table1:first-child {
-	margin-right: 20px;
-}
-
-@media (min-width: 1025px) {
-	.lside {
-		flex-direction: row;
-	}
-
-	.lside .table1 {
-		flex: 1;
-	}
-
-	.lside .table1:first-child {
-		margin-bottom: 0;
-		margin-right: 20px;
-	}
-}
-
-
 /* General form styles
 ----------------------------------------*/
 fieldset {
-- 
cgit v1.2.1


From d65927674910b3f86c5af47731561ef51087af77 Mon Sep 17 00:00:00 2001
From: hanakin <midaym@gmail.com>
Date: Sun, 8 Dec 2019 00:07:57 -1000
Subject: [ticket/16248] fix logo in acp

PHPBB3-16248
---
 phpBB/adm/style/admin.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 4f0a3312e4..da5c50f260 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -191,7 +191,7 @@ li {
 
 #page-header {
 	text-align: right;
-	background: url("../images/phpbb_logo.png") top left no-repeat;
+	background: url("../images/phpbb_logo.svg") top left no-repeat;
 	height: 54px;
 	font-size: 0.85em;
 	margin-bottom: 10px;
@@ -199,7 +199,7 @@ li {
 
 .rtl #page-header {
 	text-align: left;
-	background: url("../images/phpbb_logo.png") top right no-repeat;
+	background: url("../images/phpbb_logo.svg") top right no-repeat;
 }
 
 #page-header h1 {
-- 
cgit v1.2.1


From 9345bc16105b63c69f9631efe52fb6d1258dae0b Mon Sep 17 00:00:00 2001
From: 3D-I <480857+3D-I@users.noreply.github.com>
Date: Tue, 24 Dec 2019 23:37:15 +0100
Subject: [ticket/16221] Fix ACP statistics layout

PHPBB3-16221
---
 phpBB/adm/style/admin.css | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index a44de6561e..9a898cdb68 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -723,11 +723,17 @@ td {
 }
 
 .table1 {
-	clear: both;
+	display: inline-block;
 	border-spacing: 1px;
 	border-collapse: separate;
 }
 
+.lside {
+	display: flex;
+	align-items: stretch;
+	width: 100%;
+}
+
 .tabled {
 	width: 25%;
 }
-- 
cgit v1.2.1


From b1596ffecb834be2d10fd08b66a2b105d5481ed4 Mon Sep 17 00:00:00 2001
From: 3D-I <480857+3D-I@users.noreply.github.com>
Date: Wed, 25 Dec 2019 00:06:15 +0100
Subject: [ticket/16221] Fix ACP statistics layout

Resolve conflicts

PHPBB3-16221
---
 phpBB/adm/style/admin.css | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 9a898cdb68..f857020651 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -723,6 +723,12 @@ td {
 }
 
 .table1 {
+	clear: both;
+	border-spacing: 1px;
+	border-collapse: separate;
+}
+
+.table2 {
 	display: inline-block;
 	border-spacing: 1px;
 	border-collapse: separate;
-- 
cgit v1.2.1


From b85c7be5ac8a08a3e3856137cb65050178a85a74 Mon Sep 17 00:00:00 2001
From: 3D-I <480857+3D-I@users.noreply.github.com>
Date: Wed, 25 Dec 2019 21:12:22 +0100
Subject: [ticket/16221] Fix ACP statistics layout

Fix wide-screen layout

PHPBB3-16221
---
 phpBB/adm/style/admin.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB/adm/style/admin.css')

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index f857020651..3243d0eb24 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -741,7 +741,7 @@ td {
 }
 
 .tabled {
-	width: 25%;
+	width: 1%;
 }
 
 dt#color_palette_placeholder table {
-- 
cgit v1.2.1