From 91068a8fdd443f7055941b9e54c7e236d27caafc Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Fri, 24 Jan 2014 23:59:46 +0100 Subject: [PATCH] Started adding css classes to the header bar s.t. they can be reused and css bindings to ids are superflous --- .../frontend/js/templates/collectionsView.ejs | 8 +++++++- .../frontend/js/templates/dashboardView.ejs | 13 +++++++++---- .../aardvark/frontend/js/templates/queryView.ejs | 16 ++++++++++++++-- 3 files changed, 30 insertions(+), 7 deletions(-) diff --git a/js/apps/system/aardvark/frontend/js/templates/collectionsView.ejs b/js/apps/system/aardvark/frontend/js/templates/collectionsView.ejs index 7d737cf701..37c7c5455a 100644 --- a/js/apps/system/aardvark/frontend/js/templates/collectionsView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/collectionsView.ejs @@ -2,7 +2,13 @@
diff --git a/js/apps/system/aardvark/frontend/js/templates/dashboardView.ejs b/js/apps/system/aardvark/frontend/js/templates/dashboardView.ejs index fa1ef8923b..8438052ecd 100644 --- a/js/apps/system/aardvark/frontend/js/templates/dashboardView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/dashboardView.ejs @@ -1,11 +1,16 @@
    -
    +
    - - diff --git a/js/apps/system/aardvark/frontend/js/templates/queryView.ejs b/js/apps/system/aardvark/frontend/js/templates/queryView.ejs index 66d3a5a26c..f1d1bbfb54 100644 --- a/js/apps/system/aardvark/frontend/js/templates/queryView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/queryView.ejs @@ -1,8 +1,20 @@