From 3358546f3397111bee949b19f79e735d8463e3cf Mon Sep 17 00:00:00 2001 From: Connor Stroomberg Date: Fri, 3 Oct 2014 11:53:31 +0200 Subject: [PATCH] move panel offscreen on large screens, fix typo's , change header size on results tab --- app/css/mcda-drugis.css | 2 +- app/css/mcda-plain.css | 2 +- app/js/directives.js | 2 +- app/views/results.html | 8 ++++---- sass/_main.scss | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/css/mcda-drugis.css b/app/css/mcda-drugis.css index c03c64319..be7ace6b4 100644 --- a/app/css/mcda-drugis.css +++ b/app/css/mcda-drugis.css @@ -8484,7 +8484,7 @@ input[type='file'] { /* line 339, ../../sass/_main.scss */ .animate-hide.ng-hide { - right: -520px; + right: -1024px; } /* ---- //animate sidepanel -------- */ diff --git a/app/css/mcda-plain.css b/app/css/mcda-plain.css index 3feac71bd..0aff411a8 100644 --- a/app/css/mcda-plain.css +++ b/app/css/mcda-plain.css @@ -8315,7 +8315,7 @@ input[type='file'] { /* line 339, ../../sass/_main.scss */ .animate-hide.ng-hide { - right: -520px; + right: -1024px; } /* ---- //animate sidepanel -------- */ diff --git a/app/js/directives.js b/app/js/directives.js index 5f5838b7c..237f54314 100644 --- a/app/js/directives.js +++ b/app/js/directives.js @@ -395,7 +395,7 @@ define(['require', 'underscore', 'jQuery', 'angular', 'd3', 'nvd3'], function(re }; }, templateUrl: mcdaRootPath + 'partials/modal.html' - };v + }; }); directives.directive('remarkblock', function(mcdaRootPath) { diff --git a/app/views/results.html b/app/views/results.html index ba78292bb..92e8ae24e 100644 --- a/app/views/results.html +++ b/app/views/results.html @@ -20,7 +20,7 @@

-
Rank acceptabilities
+

Rank acceptabilities

Rank acceptabilities

-
Alternatives per rank
+

Alternatives per rank

-
Central Weights
+

Central Weights

diff --git a/sass/_main.scss b/sass/_main.scss index 7bb99b75c..5c32116b7 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -337,7 +337,7 @@ input[type='file'] { } .animate-hide.ng-hide { - right: -520px; + right: -1024px; } /* ---- //animate sidepanel -------- */