1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2014-02-22 17:21:53 +01:00
parent 5fd4c72bef
commit c99ab8bd74
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.contentDiv {
background-color: white;
}

View File

@ -858,6 +858,9 @@ select.filterSelect {
float: left;
margin-right: 3px; }
.contentDiv {
background-color: white; }
#dashboardHttpGroup {
width: 100%;
height: 300px;

View File

@ -15,6 +15,8 @@
// dbSelection
@import "dbSelection";
// dashboard http group
@import "dashboard";
// dashboard http group
@import "dashboardHttpGroup";
// dashboard distribution charts
@import "dashboardDistribution";