Diverse Anpassungen besonders bei SEAWebClientGroup

This commit is contained in:
Daniel
2025-04-24 14:50:27 +02:00
committed by Markus Zolliker
parent 27f60e1187
commit 960e95c447
8 changed files with 760 additions and 932 deletions

View File

@ -136,23 +136,6 @@ meta, body {
overflow: hidden;
}
/* ------------------------------ log ------------------------------ */
.grid-element-3 {
position: absolute;
display: block;
bottom: 0;
width: 100%;
height: 0;
opacity: .9;
z-index: 1000;
/* transition: 1s; */
}
.grid-element-3-visible {
height: 50%;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* PANEL */
.panel {
@ -198,7 +181,7 @@ meta, body {
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* LOG ICON */
#log-icon-container {
.log-icon-container {
z-index: 1001;
bottom: 9px;
right: 12px;
@ -207,6 +190,10 @@ meta, body {
cursor: pointer;
}
.log-icon-container-hidden {
display: none;
}
.log-icon {
height: 20px;
width: 20px;