nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / example.scss
1 h1 {
2     font-size: 20px;
3     margin-bottom: 16px;
4 }
5
6 h3 {
7     font-size: 16px;
8     font-weight: bold;
9     margin: 16px 0 8px 0;
10 }
11
12 p {
13     margin-bottom: 8px;
14 }
15
16 ul {
17     margin-bottom: 8px;
18 }
19
20 #tree1 {
21     background-color: #ccc;
22     padding: 8px 16px;
23     margin-bottom: 16px;
24
25     &.block-style {
26         background-color: #fafafa;
27     }
28 }
29
30 #nav {
31     margin: 16px 0;
32
33     .next {
34         float: right;
35     }
36 }
37
38 .jqtree-tree .jqtree-loading > div .jqtree-title:after {
39     content: url(spinner.gif);
40     margin-left: 8px;
41 }
42
43 #tree1.jqtree-loading:after {
44     content: url(spinner.gif);
45 }
46
47 pre {
48     background-color: #333;
49 }
50
51 #scroll-container {
52     height: 200px;
53     overflow-y: scroll;
54     position: relative;  /* ie7 fix */
55     -ms-user-select: none;
56     user-select: none;
57     margin-bottom: 16px;
58 }
59
60 .block-style {
61     ul.jqtree-tree {
62         margin-left: 0;
63
64         ul.jqtree_common {
65             margin-left: 2em;
66         }
67
68         .jqtree-element {
69             margin-bottom: 8px;
70             background-color: #ddd;
71             padding: 8px;
72
73             .jqtree-title {
74                 margin-left: 0;
75             }
76         }
77
78         li.jqtree-selected {
79             > .jqtree-element,
80             > .jqtree-element:hover {
81                 background: #97BDD6;
82                 text-shadow: none;
83             }
84         }
85     }
86 }