Enhance logging with timestamps and filtering.

This commit is contained in:
Andy Phillipson 2017-07-14 15:21:15 -04:00
commit b7cfd86f22
No known key found for this signature in database
GPG key ID: D813A67D567D6C88
14 changed files with 257 additions and 13 deletions

View file

@ -75,6 +75,14 @@
font-weight: bold;
}
}
.setting-range-hdist {
display: table;
width: 100%;
span {
display: table-cell;
text-align: center;
}
}
.settings-list {
.item {
color: $v-dark-gray;
@ -119,6 +127,10 @@
color: #00901B;
}
}
.log-text {
font-size: 12px;
line-height: 18px;
}
}
#tab-settings {