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