Add simple admin overview of PuSH subscriptions

This commit is contained in:
Eugen Rochko
2016-11-28 18:45:13 +01:00
parent 7e5e33df48
commit 27fc49d745
9 changed files with 97 additions and 0 deletions

View File

@ -234,3 +234,4 @@ body {
@import 'stream_entries';
@import 'components';
@import 'about';
@import 'tables';

View File

@ -0,0 +1,25 @@
.table {
width: 100%;
max-width: 100%;
border-spacing: 0;
border-collapse: collapse;
th, td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
text-align: left;
}
& > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
border-top: 0;
font-weight: 500;
}
}
samp {
font-family: 'Roboto Mono', monospace;
}