UP Statistik

This commit is contained in:
2019-04-15 11:39:05 +02:00
parent fde0327de1
commit 9f36ee053c
16 changed files with 625 additions and 52 deletions

View File

@@ -353,9 +353,9 @@ pre {
table {
background: #fff;
margin-bottom: 1.25rem;
border: none;
/*border: none; */
table-layout: fixed;
width: 100%;
/* width: 100%; */
}
table thead {
@@ -521,5 +521,7 @@ div.message.hidden {
table td {
vertical-align: top;
word-break: break-all;
word-break: none;
border: 1px solid #ebebec;
padding-left: 5px;
}