Admin status panel for dashboard (#903)

This commit is contained in:
Basraah
2017-10-18 15:46:58 +10:00
committed by GitHub
parent 7fa45fa471
commit 57a26b90cb
9 changed files with 254 additions and 2 deletions

View File

@@ -27,3 +27,18 @@
#site-body-wrapper {
margin-right:0;
}
/* Horizontal list group */
ul.list-group.list-group-horizontal {
display: table;
width: 100%;
}
ul.list-group.list-group-horizontal > li.list-group-item {
display: table-cell;
max-width: 0;
}
.flex-center-horizontal {
justify-content: center;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long