Don't raise font-size on downsize unless "minimal" layout, fix dashlets

This commit is contained in:
Thomas Gelf 2014-03-07 10:32:38 +00:00
parent 75096dd65b
commit 6b03f63f71

View File

@ -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;