Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* Copyright (C) 2010-2013 VMware, Inc. All rights reserved.
*
Expand Down Expand Up @@ -204,8 +203,6 @@ user-select: none;
margin: 0;
padding: 0;
list-style-type: none;
background: url(images/treeimages.png) repeat-y;
background-position: 0px 100%;
width: 18px;
}

Expand All @@ -217,6 +214,13 @@ user-select: none;
margin: 0;
padding: 0 0 0 20px;
white-space: nowrap;
position: relative; /*for moving the child up to hide the extra dot lines*/
top: -4px;
}

.wmtree-branch{
background: url(images/treeimages.png) repeat-y;
background-position: 0px 100%;
}

.wmtree-root-leaf, .wmtree-leaf, .wmtree-last-leaf, .wmtree-root-last-leaf {
Expand All @@ -242,14 +246,27 @@ user-select: none;
}

.wmtree-last-item {
width: 12px;
/* width: 12px;
background-image: url(images/treeimages.png);
background-position: -84px 0px;
/* background-image: url(images/tree_half_bar.gif);*/
background-image: url(images/tree_half_bar.gif);
background-repeat: no-repeat;
vertical-align: top;
vertical-align: top; Marking the end of the child
height:7px;*/
}

.wmtree-disabled .wmtree-root-leaf, .wmtree-disabled .wmtree-root-last-leaf, .wmtree-disabled .wmtree-last-item {
background-color: #C8C8C8;
}

.wmtree-leaf {
width: 18px;
background-image: url(images/treeimages.png);
/* background-position: -104px 0px; */
background-position: -84px 0px;
background-repeat: no-repeat;
/* background: url(images/tree_leaf.gif) no-repeat;*/
}
.wmtree-disabled .wmtree-root-leaf, .wmtree-disabled .wmtree-root-last-leaf, .wmtree-disabled .wmtree-last-item {
background-color: #C8C8C8;
}
Expand Down Expand Up @@ -1397,4 +1414,4 @@ display: inline-block;
.wmeditor .dijitComboBox .dijitArrowButton,
.wmeditor .dijitSelect .dijitArrowButton {
background-image: none;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ th {
.wmtree ul {
margin: 0;
padding: 0;
list-style-type: none;
background: url(images/treeimages.png) repeat-y;
background-position: 0px 100%;
list-style-type: none;
width: 18px;
}

Expand All @@ -204,8 +202,16 @@ th {
margin: 0;
padding: 0 0 0 20px;
white-space: nowrap;
position: relative; /* for moving the child up to hide the extra dot lines*/
top: -4px;
}

.wmtree-branch{
background: url(images/treeimages.png) repeat-y;
background-position: 0px 100%;
}


.wmtree-root-leaf, .wmtree-leaf, .wmtree-last-leaf, .wmtree-root-last-leaf {
margin: 0 0 0 -20px;
padding-right: 2px;
Expand All @@ -229,12 +235,13 @@ th {
}

.wmtree-last-item {
width: 12px;
/* width: 12px;
background-image: url(images/treeimages.png);
background-position: -84px 0px;
/* background-image: url(images/tree_half_bar.gif);*/
background-image: url(images/tree_half_bar.gif);
background-repeat: no-repeat;
vertical-align: top;
vertical-align: top; Marking the end of the child
height:7px;*/
}

.wmtree-disabled .wmtree-root-leaf, .wmtree-disabled .wmtree-root-last-leaf, .wmtree-disabled .wmtree-last-item {
Expand All @@ -244,13 +251,12 @@ th {
.wmtree-leaf {
width: 18px;
background-image: url(images/treeimages.png);
background-position: -104px 0px;
/* background-position: -104px 0px; */
background-position: -84px 0px;
background-repeat: no-repeat;
/* background: url(images/tree_leaf.gif) no-repeat;*/
}



.wmtree .wmtree-empty {
background-image: none;
}
Expand Down Expand Up @@ -1634,4 +1640,4 @@ height: 16px;
.wmeditor .dijitComboBox .dijitArrowButton,
.wmeditor .dijitSelect .dijitArrowButton {
background-image: none;
}
}