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; +}