=== 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 2014-08-08 06:52:54 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2014-08-08 18:42:52 +0000 @@ -101,30 +101,14 @@ margin: 0 19px 19px 0; border-radius: 3px; cursor: pointer; - box-shadow: #ddd 0 1px 3px 0; + box-shadow: #ddd 0 1px 2px 0; overflow: auto; } -.item h3 -{ - font-size: 12px; - font-weight: bold; - color: #39547d; - margin: 2px 6px 7px 0px; -} - -.item h4 -{ - font-size: 12px; - font-weight: bold; - color: #39547d; - margin: 1px 5px 5px 0px; -} - .item:hover { border: 1px solid #bbb; - box-shadow: #ccc 0 1px 3px 0; + box-shadow: #ccc 0 1px 2px 0; } .item::-webkit-scrollbar @@ -133,6 +117,22 @@ height: 8px; } +.item h3 +{ + font-size: 12px; + font-weight: bold; + color: #39547d; + margin: 2px 6px 7px 0px; +} + +.item h4 +{ + font-size: 12px; + font-weight: bold; + color: #39547d; + margin: 1px 5px 5px 0px; +} + .dropItem { width: 405px;