diff --git a/public/css/icinga/header-elements.less b/public/css/icinga/header-elements.less index 92d52c95a..2fb862ff0 100644 --- a/public/css/icinga/header-elements.less +++ b/public/css/icinga/header-elements.less @@ -6,15 +6,6 @@ float: right; } -#responsive-debug { - font-size: 0.6em; - font-family: Courier new, monospace; - float: left; - padding-top: 0.5em; - width: 10em; - display: none; -} - #logo { height: 3.6em; width: 13em; diff --git a/public/css/icinga/layout-structure.less b/public/css/icinga/layout-structure.less index 302f3395d..087350794 100644 --- a/public/css/icinga/layout-structure.less +++ b/public/css/icinga/layout-structure.less @@ -30,6 +30,24 @@ 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 { display: none; }