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