=== 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-08-25 22:19:06 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard.html 2015-09-08 15:02:34 +0000 @@ -1,6 +1,8 @@ -
+
+
- + + @@ -14,7 +16,9 @@ ng-change="applySelectedProgram()"> - + + +
+ +
- -
+ -
-
-
+ + +
+
+ +
-
-
+
+ + + +
+
-
+ + + +
+ +
=== 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-09-03 20:50:06 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-09-08 15:02:34 +0000 @@ -1137,4 +1137,32 @@ .inactive-tei{ color: #ff4000; -} \ No newline at end of file +} + +/* independently scrolling divs */ +.box { + bottom: 0; /* increase for footer use */ + left: 0; + position: absolute; + right: 0; + top: 110px; +} + +.row-fluid { + height: 100%; +} + +.column { + height: 100%; + overflow: auto; +} + +.column:before, .column:after { + content: ""; + display: table; +} + +.column:after { + clear: both; +} +