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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user