dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40335
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20440: tracker-capture: minor style fix
------------------------------------------------------------
revno: 20440
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-10-01 15:43:16 +0200
message:
tracker-capture: minor style fix
modified:
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/styles/style.css
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/home.html
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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-09-15 17:16:30 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard.html 2015-10-01 13:43:16 +0000
@@ -1,6 +1,6 @@
<div class="container-1-1">
<!-- dashboard top menu begins-->
- <div class="col-sm-12 vertical-spacing hideInPrint">
+ <div class="col-sm-12 small-vertical-spacing hideInPrint">
<!-- dashboard buttons begin -->
<button type="button" class="btn btn-default" ng-click="back()">{{'back'| translate}}</button>
=== 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-23 14:06:13 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-10-01 13:43:16 +0000
@@ -4,6 +4,7 @@
padding: 0;
background-color: white;
font-size: 10pt;
+ overflow: auto;
}
.not-for-screen {
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/home.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/home.html 2015-09-21 15:01:55 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/home.html 2015-10-01 13:43:16 +0000
@@ -75,7 +75,7 @@
<!--- selected org unit ends -->
<!--- search and registration menu begins -->
- <div class="row vertical-spacing not-for-screen">
+ <div class="row small-vertical-spacing not-for-screen">
<div class="col-sm-6 col-md-4">
<h4>{{orgUnitLabel}}</h4>
</div>
@@ -84,7 +84,6 @@
</div>
</div>
<div class="row">
-
<!-- program selection begins -->
<div id="selectDropDownParent" class="input-group col-md-4">
<button type="button" class="select-dropdown-button form-control" ng-show="programs.length > 0">{{selectedProgram ? selectedProgram.name : 'please_select_a_program'| translate}}</button>
@@ -101,7 +100,6 @@
</ul>
</div>
</div>
-
<!-- program selection ends -->
<!-- simple/advanced search begins -->
@@ -158,7 +156,9 @@
<!-- entity grid begins -->
<i ng-if="!teiFetched" class="fa fa-spinner fa-spin fa-2x"></i>
- <div class="row col-sm-12" ng-if="!showRegistrationDiv" ng-include="'views/tei.html'"></div>
+ <div class="row">
+ <div class="col-sm-12" ng-if="!showRegistrationDiv" ng-include="'views/tei.html'"></div>
+ </div>
<!-- entity grid ends -->
</div>