1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +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
parent a71edb0d90
commit 557a9b47af
2 changed files with 56 additions and 13 deletions

View File

@@ -750,11 +750,22 @@ td {
}
.table1 {
clear: both;
border-spacing: 1px;
border-collapse: separate;
display:inline-block;
}
#lside {
display: inline-block;
width: 40%;
}
.table1 td {
width: 25%;
}
dt#color_palette_placeholder table {
width: 80px;
margin-right: 5px;