dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18488
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7812: Case data entry, made the program stage selection boxes utilize available screen width. Made all ...
------------------------------------------------------------
revno: 7812
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-08-01 18:10:47 +0200
message:
Case data entry, made the program stage selection boxes utilize available screen width. Made all stage boxes align horizontally.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/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-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm 2012-08-01 11:52:47 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm 2012-08-01 16:10:47 +0000
@@ -50,7 +50,7 @@
</div>
<div id='programInstanceDiv' class='hidden '>
- <div id='programInstanceFlowDiv' style="width:720px;height:115px;overflow-x:auto;">
+ <div id='programInstanceFlowDiv' style="width:78%;height:115px;overflow-x:auto;">
<table>
<tr id='programStageIdTR'></tr>
</table>
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-08-01 15:57:03 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-08-01 16:10:47 +0000
@@ -110,7 +110,7 @@
div.actions
{
float: right;
- width: 170px;
+ width: 140px;
text-align: right;
}
Follow ups