=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageDataEntryForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageDataEntryForm.vm 2010-08-25 05:51:43 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageDataEntryForm.vm 2010-08-25 08:30:55 +0000 @@ -1,3 +1,5 @@ + +
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/patient.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/patient.css 2010-02-22 09:19:15 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/patient.css 2010-08-25 08:30:55 +0000 @@ -1,10 +1,16 @@ +table +{ + margin-bottom:20px; + font-size: 13px; + line-height:18px; +} #patientInfo { color: black; background-color: #D5FFC5; border: 1px solid black; - font-size: 14px; + font-size: 12px; } #currentSelection @@ -15,7 +21,7 @@ font-size: 12px; } -#dragDiv{ display:none;border : 1px solid red; background: yellow; color:black; z-index: 999; position: fixed;} +#dragDiv{ display:none;border : 1px solid red; background: yellow; color:black; z-index: 9999999; position: fixed; } .focusCell{background-color: #AFCCFF} .errorCell{background-color: #FFCFCF}