=== 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 2010-03-11 16:40:07 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2010-03-19 14:33:16 +0000 @@ -144,17 +144,38 @@ div#orgUnitTree ul { - margin: 0em 0em 0em 0.7em; + margin: 0; + padding: 0; +} + +div#orgUnitTree ul li:last-child +{ + background-position: 0pt -1766px; } div#orgUnitTree li { list-style-type: none; white-space: nowrap; /* Makes list items never wrap */ + + margin-top: 0pt; + margin-right: 0pt; + margin-bottom: 0pt; + margin-left: 0pt; + padding-top: 1px; + padding-right: 0pt; + padding-bottom: 1px; + padding-left: 15px; + background-color: transparent; + background-image: url("../images/treeview-gray-line.gif"); + background-repeat: no-repeat; + background-attachment: scroll; + background-position: 0pt 0pt; } div#orgUnitTree span.toggle { + margin-left: -12px; cursor: pointer; } === added directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images' === added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/treeview-gray-line.gif' Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/treeview-gray-line.gif 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/treeview-gray-line.gif 2010-03-19 14:33:16 +0000 differ