← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1676: Trying out lines in the org unit hierarchy, comments welcome.

 

------------------------------------------------------------
revno: 1676
committer: Jo Størset <storset@xxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-03-19 15:33:16 +0100
message:
  Trying out lines in the org unit hierarchy, comments welcome.
added:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/treeview-gray-line.gif
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.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	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

Follow ups