------------------------------------------------------------ revno: 11712 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Tue 2013-08-20 16:28:05 +0700 message: Fix bug css in tabular report. modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/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/app/app.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-08-20 08:40:55 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-08-20 09:28:05 +0000 @@ -6683,7 +6683,7 @@ overflowX: 'hidden', overflowY: 'auto', height: TR.conf.layout.west_dataelements_filter_panel, - width: (TR.conf.layout.west_fieldset_width - TR.conf.layout.west_width_subtractor) , + width: (TR.conf.layout.west_fieldset_width - TR.conf.layout.west_width_subtractor), items: [] } ] === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css 2013-08-20 08:40:55 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css 2013-08-20 09:28:05 +0000 @@ -901,4 +901,4 @@ cursor: hand; color: blue; text-decoration: underline; -} \ No newline at end of file +}
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

