From c99ab8bd7487549237f779261076bbe5f5f4154e Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Sat, 22 Feb 2014 17:21:53 +0100 Subject: [PATCH] css --- js/apps/system/aardvark/frontend/scss/_dashboard.scss | 3 +++ js/apps/system/aardvark/frontend/scss/generated.css | 3 +++ js/apps/system/aardvark/frontend/scss/style.scss | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 js/apps/system/aardvark/frontend/scss/_dashboard.scss diff --git a/js/apps/system/aardvark/frontend/scss/_dashboard.scss b/js/apps/system/aardvark/frontend/scss/_dashboard.scss new file mode 100644 index 0000000000..23928dd905 --- /dev/null +++ b/js/apps/system/aardvark/frontend/scss/_dashboard.scss @@ -0,0 +1,3 @@ +.contentDiv { + background-color: white; +} diff --git a/js/apps/system/aardvark/frontend/scss/generated.css b/js/apps/system/aardvark/frontend/scss/generated.css index 33ab832fae..0d134b42f9 100644 --- a/js/apps/system/aardvark/frontend/scss/generated.css +++ b/js/apps/system/aardvark/frontend/scss/generated.css @@ -858,6 +858,9 @@ select.filterSelect { float: left; margin-right: 3px; } +.contentDiv { + background-color: white; } + #dashboardHttpGroup { width: 100%; height: 300px; diff --git a/js/apps/system/aardvark/frontend/scss/style.scss b/js/apps/system/aardvark/frontend/scss/style.scss index 6670ac0bac..d4aefad2af 100644 --- a/js/apps/system/aardvark/frontend/scss/style.scss +++ b/js/apps/system/aardvark/frontend/scss/style.scss @@ -15,6 +15,8 @@ // dbSelection @import "dbSelection"; // dashboard http group +@import "dashboard"; +// dashboard http group @import "dashboardHttpGroup"; // dashboard distribution charts @import "dashboardDistribution";