dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #14687
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5065: (DV) CSS fixes.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 5065 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2011-10-31 14:13:10 +0100
message:
(DV) CSS fixes.
modified:
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/css/style.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-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;