dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18506
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7829: minor ui fix
------------------------------------------------------------
revno: 7829
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-08-02 10:11:56 +0200
message:
minor ui fix
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm
--
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-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2012-08-02 06:46:14 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2012-08-02 08:11:56 +0000
@@ -34,8 +34,12 @@
</div>
#else
<table id="defaultEntryScreenContainer" class='entryScreen formSection'>
- <col id="deCol">
- <col id="entryCol">
+ <colgroup>
+ <col id="deCol">
+ <col id="entryCol">
+ <col width="18%" />
+ </colgroup>
+
<tr>
<th>$i18n.getString( "data_element" )</th>
<th>$i18n.getString( "entry" )</th>