show custom logos in reports and add a banner for credit instead.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-11 20:35:09 -07:00
parent 30c03af5b0
commit 87fe011565
19 changed files with 91 additions and 54 deletions

View File

@@ -107,25 +107,6 @@ html {
background-color: #fff !important;
}
td.col-1 {
width: 10%;
}
td.col-4.text-wrap {
width: 30%;
}
.col-2.servicehistorytype {
width: 13%;
}
.col-1.servicehistorydate{
width: 13%;
}
th.col-1 {
width: 10%;
}
th {
color: #000 !important;
background-color: #fff !important;
@@ -467,6 +448,17 @@ html[data-bs-theme="light"] .api-method:hover {
padding: 0rem;
}
.lubelogger-logo {
height: 48px;
object-fit: scale-down;
pointer-events: none;
}
::-ms-reveal {
display: none;
}
.lubelogger-report-banner {
border-top: thin solid black;
text-align: center;
}