dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23857
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11623: Minor
------------------------------------------------------------
revno: 11623
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-08-09 12:57:06 +0200
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.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-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2013-07-24 15:58:43 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2013-08-09 10:57:06 +0000
@@ -6,6 +6,7 @@
::-webkit-scrollbar
{
width: 11px;
+ height: 11px;
}
::-webkit-scrollbar-track:horizontal
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2013-08-08 17:05:40 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2013-08-09 10:57:06 +0000
@@ -108,6 +108,12 @@
box-shadow: #ccc 0px 1px 3px 0px;
}
+.item::-webkit-scrollbar
+{
+ width: 8px;
+ height: 8px;
+}
+
.dropItem
{
width: 405px;