Diverse Anpassungen besonders bei SEAWebClientGroup
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user