Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / example.scss
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/static/example.scss b/ecomp-portal-FE/client/bower_components/jqTree/static/example.scss
new file mode 100644 (file)
index 0000000..3365c68
--- /dev/null
@@ -0,0 +1,86 @@
+h1 {
+    font-size: 20px;
+    margin-bottom: 16px;
+}
+
+h3 {
+    font-size: 16px;
+    font-weight: bold;
+    margin: 16px 0 8px 0;
+}
+
+p {
+    margin-bottom: 8px;
+}
+
+ul {
+    margin-bottom: 8px;
+}
+
+#tree1 {
+    background-color: #ccc;
+    padding: 8px 16px;
+    margin-bottom: 16px;
+
+    &.block-style {
+        background-color: #fafafa;
+    }
+}
+
+#nav {
+    margin: 16px 0;
+
+    .next {
+        float: right;
+    }
+}
+
+.jqtree-tree .jqtree-loading > div .jqtree-title:after {
+    content: url(spinner.gif);
+    margin-left: 8px;
+}
+
+#tree1.jqtree-loading:after {
+    content: url(spinner.gif);
+}
+
+pre {
+    background-color: #333;
+}
+
+#scroll-container {
+    height: 200px;
+    overflow-y: scroll;
+    position: relative;  /* ie7 fix */
+    -ms-user-select: none;
+    user-select: none;
+    margin-bottom: 16px;
+}
+
+.block-style {
+    ul.jqtree-tree {
+        margin-left: 0;
+
+        ul.jqtree_common {
+            margin-left: 2em;
+        }
+
+        .jqtree-element {
+            margin-bottom: 8px;
+            background-color: #ddd;
+            padding: 8px;
+
+            .jqtree-title {
+                margin-left: 0;
+            }
+        }
+
+        li.jqtree-selected {
+            > .jqtree-element,
+            > .jqtree-element:hover {
+                background: #97BDD6;
+                text-shadow: none;
+            }
+        }
+    }
+}