dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21894
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10476: Minor fix.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 10476 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-04-04 16:16:25 +0200
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/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-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-04-04 13:57:20 +0000
+++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-04-04 14:15:50 +0000
@@ -2019,7 +2019,6 @@
indicator = {
xtype: 'panel',
title: '<div class="pt-panel-title-data">Indicators</div>', //i18n
- bodyStyle: 'padding:2px',
hideCollapseTool: true,
getData: function() {
var data = {
@@ -3511,7 +3510,6 @@
accordion = Ext.create('Ext.panel.Panel', {
bodyStyle: 'border-style:none; padding:2px; padding-bottom:0; overflow-y:scroll;',
- layout: 'fit',
items: accordionBody,
listeners: {
added: function() {