From 875100a195a107fe6a86de2832f0203143bc4aec Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Thu, 30 Jan 2014 20:38:49 +0100 Subject: [PATCH] Encapsulated the GraphViewer menu into a container with padding --- js/apps/system/aardvark/frontend/css/general.css | 10 ++++++++-- .../aardvark/frontend/js/templates/graphView.ejs | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/js/apps/system/aardvark/frontend/css/general.css b/js/apps/system/aardvark/frontend/css/general.css index 75d24c120e..1ed8a29ca8 100644 --- a/js/apps/system/aardvark/frontend/css/general.css +++ b/js/apps/system/aardvark/frontend/css/general.css @@ -1,6 +1,5 @@ /* Sets the default values shared for content views*/ -#content -{ +#content { background-color: rgba(0, 0, 0, 0.15); margin-top: 30px; margin-bottom: 33px; @@ -10,6 +9,13 @@ margin-left: 20px; margin-left: 0; } + +div.content { + padding-top: 13px; + padding-left: 5px; + padding-right: 5px; + padding-bottom: 5px; +} /* layout.css #aboutDiv { padding-bottom: 5px; diff --git a/js/apps/system/aardvark/frontend/js/templates/graphView.ejs b/js/apps/system/aardvark/frontend/js/templates/graphView.ejs index 1fd5109d19..7a708e13ea 100644 --- a/js/apps/system/aardvark/frontend/js/templates/graphView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/graphView.ejs @@ -24,7 +24,7 @@ gs = _.sortBy(gs, sortF); - +