From 86785d1a8e2b792834ef8cf3819769ebd5c22c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Maur=C3=ADcio?= Date: Wed, 4 Jun 2014 16:15:28 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@1928 bb69d46d-e84e-40c8-a05a-06db0d633741 --- .../static/html/app/Main/MainController.js | 4 ++-- .../static/html/app/SearchForm/SearchView.html | 2 +- .../static/html/app/partials/Section-1.html | 10 ---------- .../WebContent/static/html/css/theme.css | 14 +++++++++++++- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Main/MainController.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Main/MainController.js index 95f9ac4d..e298e3c2 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Main/MainController.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Main/MainController.js @@ -362,7 +362,7 @@ $scope.$on('onBeforeMainPanelChange', function(event, args){ - $rootScope.$broadcast('loadingStatusActive'); + //$rootScope.$broadcast('loadingStatusActive'); //$(args.mainPanel).hide(); }); @@ -373,7 +373,7 @@ //$(args.mainPanel).fadeIn(); - $rootScope.$broadcast('loadingStatusInactive'); + //$rootScope.$broadcast('loadingStatusInactive'); }, 0); }); diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchView.html b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchView.html index 5c1ece5d..7cc0bd70 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchView.html +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/SearchForm/SearchView.html @@ -113,7 +113,7 @@ - diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Section-1.html b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Section-1.html index 690cbb4b..f646c243 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Section-1.html +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/partials/Section-1.html @@ -401,14 +401,4 @@ notice: only contents inside this div will be rendered/compiled - - - - - - - - - - \ No newline at end of file diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/css/theme.css b/trunk/SiprpWebFichasClinicas/WebContent/static/html/css/theme.css index 09185dde..4cce4ec9 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/css/theme.css +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/css/theme.css @@ -474,7 +474,19 @@ div.floating-side-menu .nav li.active a background-color: #f0ad4e; } - +/* temp */ +body.modal-open { + overflow-y: scroll; +} +.modal-open { + overflow-y: scroll; +} +.modal-open { + overflow-y: scroll; +} +body { + overflow-y: scroll; +}