dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #43665
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 22133: Approval ui, minor
------------------------------------------------------------
revno: 22133
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2016-03-03 19:48:22 +0100
message:
Approval ui, minor
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataApproval.js
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/style/dhis-web-reporting.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-reporting/src/main/webapp/dhis-web-reporting/javascript/dataApproval.js'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataApproval.js 2016-02-17 21:16:20 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataApproval.js 2016-03-03 18:48:22 +0000
@@ -204,7 +204,7 @@
$( "#attributeOptionComboDialog" ).dialog( {
modal : true,
- width : 700,
+ width : 800,
height : 600,
title : i18n_select_items
} );
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/style/dhis-web-reporting.css'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/style/dhis-web-reporting.css 2016-02-09 21:30:25 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/style/dhis-web-reporting.css 2016-03-03 18:48:22 +0000
@@ -31,7 +31,7 @@
#attributeOptionComboTable
{
- width: 600px;
+ width: 97%;
}
#attributeOptionComboItemDiv