summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/condition/condition.component.scss
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-09-26 14:07:54 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-26 14:07:54 +0000
commit731714d8a00dc2129cfd8c1ca813fd810086af43 (patch)
treedbb5e60511e9d3186a5522fd1dc62186f7056634 /public/src/app/rule-engine/condition/condition.component.scss
parentcf8f39f36b08ee1242c6f1ea472830a9e4be49f9 (diff)
parent22eda038b6cb646d63bfaf617372fce2b5d98631 (diff)
Merge "update code to latest"
Diffstat (limited to 'public/src/app/rule-engine/condition/condition.component.scss')
-rw-r--r--public/src/app/rule-engine/condition/condition.component.scss36
1 files changed, 35 insertions, 1 deletions
diff --git a/public/src/app/rule-engine/condition/condition.component.scss b/public/src/app/rule-engine/condition/condition.component.scss
index 8c0e9e0..228d8c6 100644
--- a/public/src/app/rule-engine/condition/condition.component.scss
+++ b/public/src/app/rule-engine/condition/condition.component.scss
@@ -9,7 +9,7 @@
padding: 0;
}
.angular-tree-component {
- padding-left: 1em;
+ // padding-left: 1em;
overflow-y: hidden;
}
.tree-node-leaf.container {
@@ -26,11 +26,45 @@
}
.node-wrapper {
background: white;
+ padding-top: 10px;
}
.tree-children {
border-left: 2px solid #f2f2f2;
+ border-right: 2px solid #f2f2f2;
+ border-bottom: 2px solid #f2f2f2;
// border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
+ // border-bottom: 1px solid #f2f2f2;
+ }
+ .tree-node-level-2
+ > tree-node-wrapper
+ > .node-wrapper
+ > .node-content-wrapper {
+ width: 90%;
+ }
+ .tree-node-level-2 .tree-children {
+ width: 90%;
+ }
+ .tree-node-level-3
+ > tree-node-wrapper
+ > .node-wrapper
+ > .node-content-wrapper {
+ width: 85%;
+ }
+ .tree-node-level-3 .tree-children {
+ width: 85%;
+ }
+ .tree-node-level-4
+ > tree-node-wrapper
+ > .node-wrapper
+ > .node-content-wrapper {
+ width: 80%;
+ }
+ .tree-node-level-4 .tree-children {
+ width: 80%;
+ }
+ div .node-content-wrapper {
+ padding: 0;
}
tree-node-expander {
display: none;