summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/static/example.scss
blob: 3365c680bbc2b74195f8f19eb6bba5378dd31f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
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;
            }
        }
    }
}