← Back to team overview

dhis2-devs team mailing list archive

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

 

I like... other than the minor thing on the parent node also having the line
on top

---
Regards,
Saptarshi PURKAYASTHA
Director R & D, HISP India
Health Information Systems Programme

My Tech Blog:  http://sunnytalkstech.blogspot.com
You Live by CHOICE, Not by CHANCE


On 19 March 2010 15:41, <noreply@xxxxxxxxxxxxx> wrote:

> ------------------------------------------------------------
> 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
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>

References