dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29419
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14860: DV, style fix.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 14860 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-04-14 23:39:19 +0200
message:
DV, style fix.
modified:
dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/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-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2014-04-05 11:52:49 +0000
+++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2014-04-14 21:38:11 +0000
@@ -201,7 +201,8 @@
baseLineValue,
baseLineTitle
]
- }
+ },
+ hideEmptyRows
]
};
@@ -210,7 +211,6 @@
style: 'margin-left:14px',
items: [
showValues,
- hideEmptyRows,
hideLegend,
hideTitle,
title,
@@ -221,7 +221,7 @@
window = Ext.create('Ext.window.Window', {
title: NS.i18n.table_options,
- bodyStyle: 'background-color:#fff; padding:8px 8px 6px',
+ bodyStyle: 'background-color:#fff; padding:5px',
closeAction: 'hide',
autoShow: true,
modal: true,