Re-styled tree pieces on Inventory detail page. Blended boxes on left into one continuous box to match box on right.

This commit is contained in:
chouseknecht
2013-06-14 15:16:41 -04:00
parent 0cf6faaff4
commit d47ea40d60
3 changed files with 117 additions and 132 deletions

View File

@@ -11,13 +11,8 @@
.jstree-ansible {
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
border-left: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
}
.jstree-ansible li,