dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #35380
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18133: minor
------------------------------------------------------------
revno: 18133
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-01-28 10:40:39 +0100
message:
minor
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry.html
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css
--
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/dataentry/dataentry.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry.html 2015-01-20 16:41:34 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry.html 2015-01-28 09:40:39 +0000
@@ -32,10 +32,10 @@
<tbody>
<tr>
<td class="inline-block" ng-repeat="dhis2Event in dhis2Events | orderBy:'sortingDate':reverse">
- <span class="stage-container" ng-class='getEventStyle(dhis2Event, false)' ng-click="showDataEntry(dhis2Event, false)">
+ <div class="stage-container" ng-class='getEventStyle(dhis2Event, false)' ng-click="showDataEntry(dhis2Event, false)">
{{dhis2Event.name}}<br/>
{{dhis2Event.sortingDate}}
- </span>
+ </div>
<i class="fa fa-arrow-right" ng-if="$index < dhis2Events.length - 1"></i>
</td>
</tr>
=== 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-01-20 16:41:34 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-01-28 09:40:39 +0000
@@ -88,7 +88,6 @@
}
.vertical-center {
- //vertical-align: middle;
line-height: inherit;
}
@@ -104,8 +103,6 @@
.stage-container {
display: inline-block;
- width: 135px;
- height: 60px;
cursor: pointer;
opacity: 1.0;
white-space: normal;
@@ -410,7 +407,6 @@
}
.dashboard-widget-container {
- /*max-height: 400px !important;*/
height: auto;
overflow-x:auto;
overflow-y:auto;