1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Extract admin dashboard statistics from core into an extension

This commit is contained in:
Toby Zerner
2017-12-10 21:03:48 +10:30
parent 617a76dda8
commit 3dcfe32b27
5 changed files with 13 additions and 309 deletions

View File

@@ -45,38 +45,3 @@
}
}
}
.StatisticsWidget {
td {
font-size: 14px;
}
td, th {
padding: 5px 20px 5px 0;
text-align: left;
font-weight: normal;
border-bottom: 1px solid @control-bg;
}
tbody tr:last-child {
td, th {
border-bottom: 0;
}
}
th {
color: @muted-color;
}
thead th {
font-weight: bold;
}
}
.StatisticsWidget-total {
td, th {
font-weight: bold;
}
}
@media @tablet-up {
.StatisticsWidget {
td, th {
min-width: 120px;
}
}
}