mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Move UI debug out of header
This commit is contained in:
parent
9aef488ff8
commit
9ff78c0aa1
@ -6,15 +6,6 @@
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#responsive-debug {
|
|
||||||
font-size: 0.6em;
|
|
||||||
font-family: Courier new, monospace;
|
|
||||||
float: left;
|
|
||||||
padding-top: 0.5em;
|
|
||||||
width: 10em;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
height: 3.6em;
|
height: 3.6em;
|
||||||
width: 13em;
|
width: 13em;
|
||||||
|
@ -30,6 +30,24 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#responsive-debug {
|
||||||
|
font-size: 0.9em;
|
||||||
|
font-family: Courier new, monospace;
|
||||||
|
padding: 0.5em;
|
||||||
|
width: 25em;
|
||||||
|
color: white;
|
||||||
|
height: 10em;
|
||||||
|
display: none;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0.5em;
|
||||||
|
right: 2em;
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 1000;
|
||||||
|
background: #333;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
|
||||||
#layout.fullscreen #header {
|
#layout.fullscreen #header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user