status-icon with statuscode, use entire row as link to parameters

This commit is contained in:
Daniel
2025-04-16 13:31:24 +02:00
committed by Markus Zolliker
parent 639949f24b
commit d1ea9225dc
7 changed files with 184 additions and 102 deletions

View File

@ -136,6 +136,20 @@ meta, body {
overflow: hidden;
}
.grid-element-3 {
position: absolute;
display: block;
bottom: 0;
width: 100%;
height: 0;
opacity: .9;
z-index: 1000;
}
.grid-element-3-visible {
height: 50%;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* CLOSE CROSS */
@ -161,7 +175,7 @@ meta, body {
/* LOG ICON */
#log-icon-container {
z-index: 50;
z-index: 1001;
bottom: 9px;
right: 12px;
position: fixed;