------------------------------------------------------------ revno: 7829 committer: Morten Olav Hansen <[email protected]> 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>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

