=== modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js 2011-10-31 12:44:24 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js 2011-10-31 13:12:24 +0000 @@ -691,7 +691,7 @@ } } } - }); + }); if (exe) { DV.store.getChartStore(true); === modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css 2011-10-26 12:31:47 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css 2011-10-31 13:12:24 +0000 @@ -137,7 +137,7 @@ /* Button border */ .x-btn-default-toolbar-small { - border-width: 2px; + border-width: 1px; } .x-btn-default-toolbar-small-over { @@ -149,7 +149,7 @@ border-radius: 3px 3px 3px 3px; border-color: #aaa; border-style: double; - border-width: 2px; + border-width: 1px; } /* Toolbar separator */ @@ -235,6 +235,25 @@ border-top-right-radius: 2px; } +/* Multiselect boundlist */ +#availableIndicators .x-boundlist-item-over, #availableDataElements .x-boundlist-item-over { + background-color: transparent; + border-color: transparent; +} +#availableIndicators .x-boundlist-selected, #availableDataElements .x-boundlist-selected { + background-color: #d3d3d3; + border-color: #b3abaa; +} + +#selectedIndicators .x-boundlist-item-over, #selectedDataElements .x-boundlist-item-over { + background-color: transparent; + border-color: transparent; +} +#selectedIndicators .x-boundlist-selected, #selectedDataElements .x-boundlist-selected { + background-color: #d3d3d3; + border-color: #b3abaa; +} + /* Treepanel contextmenu */ #treepanel-contextmenu { -moz-border-radius: 2px 2px 2px 2px;