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

[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
This commit is contained in:
amalnaeem
2018-04-06 09:54:59 +05:00
parent 026f3e23db
commit 520064d0fc
2 changed files with 40 additions and 41 deletions

View File

@@ -755,16 +755,15 @@ td {
border-collapse: separate;
}
#lside {
.lside {
display: inline-block;
width: 40%;
}
.table1 td {
.tabled {
width: 25%;
}
dt#color_palette_placeholder table {
width: 80px;
margin-right: 5px;