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 {
|
||||
top: 0;
|
||||
/*z-index: 1;*/
|
||||
background-color: white;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -219,6 +218,8 @@ html {
|
|||
}
|
||||
|
||||
#layout.poor-layout {
|
||||
font-size: 0.8em;
|
||||
|
||||
.dashboard > div.container {
|
||||
width: 98%;
|
||||
margin-left: 1%;
|
||||
|
@ -239,6 +240,13 @@ html {
|
|||
#sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dashboard > div.container {
|
||||
width: 98%;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
#logo img {
|
||||
/* TODO: Quickfix, this needs improvement */
|
||||
width: 0 !important;
|
||||
|
|
Loading…
Reference in New Issue