status-icon with statuscode, use entire row as link to parameters
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user