1
0

remove crawler counts from admin/project-lawful
All checks were successful
Build Docker and Deploy / Build Docker (push) Successful in 1m7s
Build Docker and Deploy / Deploy to Server (push) Successful in 18s

This commit is contained in:
2023-09-18 21:01:54 +02:00
parent caa0a3a857
commit 96ae786bb0
20 changed files with 3477 additions and 9 deletions

View File

@@ -848,6 +848,14 @@ html, body {
display: flex;
flex-direction: column;
}
.keyvaluelist.bc_data {
padding-left: 0;
padding-right: 0;
}
.keyvaluelist.bc_data div {
padding-left: 8px;
padding-right: 8px;
}
.keyvaluelist div {
display: flex;
flex-direction: row;
@@ -860,6 +868,9 @@ html, body {
min-width: 500px;
align-self: start;
}
.keyvaluelist .row_hover:hover {
background-color: #E0E0FF;
}
.kvl_100 div span:first-child {
min-width: 100px;