dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25553
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12707: (Tabular) Minor style fix.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 12707 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-10-16 10:57:18 +0200
message:
(Tabular) Minor style fix.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js
--
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-10-16 07:51:29 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-10-16 08:56:30 +0000
@@ -433,7 +433,7 @@
autoScroll: true,
overflowX: 'hidden',
overflowY: 'auto',
- width: TR.conf.layout.west_fieldset_width - 15
+ width: TR.conf.layout.west_fieldset_width - 16
};
Ext.getCmp(p).add(panel);
subPanel = Ext.getCmp(panelid);
@@ -449,7 +449,7 @@
id: 'filter_lb_' + fieldid,
text:name,
style: 'padding-left:2px',
- width:(TR.conf.layout.west_fieldset_width - TR.conf.layout.west_width_subtractor) / 2 - 93
+ width:(TR.conf.layout.west_fieldset_width - TR.conf.layout.west_width_subtractor) / 2 - 76
};
var opt = "";
@@ -556,7 +556,7 @@
params.cls = 'tr-textfield-alt1';
params.style = 'margin-bottom:2px';
params.emptyText = TR.i18n.filter_value;
- params.width = (TR.conf.layout.west_fieldset_width - TR.conf.layout.west_width_subtractor) / 2 - 50;
+ params.width = (TR.conf.layout.west_fieldset_width - TR.conf.layout.west_width_subtractor) / 2 - 70;
xtype = xtype.toLowerCase();
if( valueType=='GENDER'){
params.xtype = 'combobox';