Minot fixes + archetype

This commit is contained in:
2023-02-03 17:45:15 +01:00
parent c58e6ac4b8
commit 051d9ca943
11 changed files with 152 additions and 239 deletions

View File

@@ -786,8 +786,11 @@ ul, li {
/* Sidebar CSS */
#sidebar {
font-size: 1rem;
background-position: 100%;
background: url("../images/ui/background_01.webp");
/*background-position: 100%;*/
background-color:#f5f5f5;
background-position: 0px 35px;
background-repeat: no-repeat;
background-image: url("../images/ui/background_01.webp");
color: rgba(19, 18, 18, 0.95);
}
@@ -1229,11 +1232,19 @@ ul, li {
min-width: 10rem;
}
.item-name-label-long {
margin-top: 4px;
flex-grow:2;
max-width: 12rem;
min-width: 12rem;
max-width: 10rem;
min-width: 10rem;
}
.item-name-label-medium {
margin-top: 4px;
flex-grow:2;
max-width: 6rem;
min-width: 6rem;
}
.item-name-label-long2 {
margin-top: 4px;
flex-grow:2;
max-width: 22rem;
min-width: 22rem;
@@ -1259,7 +1270,6 @@ ul, li {
min-width: 6.8rem;
}
.item-field-label-long {
margin-top: 4px;
flex-grow:1;
max-width: 10rem;
min-width: 10rem;