=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard-controller.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard-controller.js 2015-12-11 15:18:54 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard-controller.js 2015-12-15 10:54:23 +0000 @@ -413,11 +413,7 @@ return; }); }; - - $scope.stickUnstick = function(){ - $scope.stickyDisabled = !$scope.stickyDisabled; - }; - + $scope.showHideWidgets = function(){ var modalInstance = $modal.open({ templateUrl: "components/dashboard/dashboard-widgets.html", === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard.html 2015-12-11 08:53:57 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard.html 2015-12-15 10:54:23 +0000 @@ -1,58 +1,28 @@
- -
- - - - - - - - - - - - - - - -
-
-
+
-
+ + + + + + + + + + + +
@@ -61,18 +31,42 @@ - === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-12-14 15:08:54 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-12-15 10:54:23 +0000 @@ -581,7 +581,11 @@ } .add-default-left-padding { - padding-left: 15px !important; + padding-left: 15px !important; +} + +.add-default-right-padding { + padding-right: 15px !important; } .visit-details {