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
1 changed files with 9 additions and 1 deletions

View File

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