mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Don't raise font-size on downsize unless "minimal" layout, fix dashlets
This commit is contained in:
parent
75096dd65b
commit
6b03f63f71
@ -103,7 +103,6 @@ html {
|
|||||||
*/
|
*/
|
||||||
.container .controls {
|
.container .controls {
|
||||||
top: 0;
|
top: 0;
|
||||||
/*z-index: 1;*/
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
@ -219,6 +218,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#layout.poor-layout {
|
#layout.poor-layout {
|
||||||
|
font-size: 0.8em;
|
||||||
|
|
||||||
.dashboard > div.container {
|
.dashboard > div.container {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
margin-left: 1%;
|
margin-left: 1%;
|
||||||
@ -239,6 +240,13 @@ html {
|
|||||||
#sidebar {
|
#sidebar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboard > div.container {
|
||||||
|
width: 98%;
|
||||||
|
margin-left: 1%;
|
||||||
|
margin-right: 1%;
|
||||||
|
}
|
||||||
|
|
||||||
#logo img {
|
#logo img {
|
||||||
/* TODO: Quickfix, this needs improvement */
|
/* TODO: Quickfix, this needs improvement */
|
||||||
width: 0 !important;
|
width: 0 !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user