1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +02:00

[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
This commit is contained in:
amalnaeem
2018-04-05 21:09:41 +05:00
committed by Marc Alexander
parent 9b5b058925
commit a66c4170a9
2 changed files with 57 additions and 14 deletions

View File

@@ -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;