summaryrefslogtreecommitdiff
path: root/res/client/css/partials/tool-bar.scss
blob: 54fb3a191fc288dac6843c542aacbf0cb369599a (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
.tool_bar_btn {
    border: 1px solid #919095;
    cursor: pointer;
    float: right;
    height: $three-baselines;
    line-height: $three-baselines;
    margin-left: 10px;
    text-align: center;
    width: 50px;
}

#tool-bar {
    margin-top: $two-baselines;
    position: absolute;
    right: $graph-margin-right;
    z-index: 1;
}

#tool-bar-top-bar {
    float: right;
    padding-bottom: 10px;
}

#tool-bar-multiple-node-operations {
    float: right;
}

#btn_export {
    background: url(../img/toolbar_icon__export.png);
    background-position: center;
    background-repeat: no-repeat;
}

#btn_filter {
    background: url(../img/toolbar_icon__filter.png);
    background-repeat: no-repeat;
    background-position: center;
}

#btn_layout {
    background: url(../img/btn_graph-layout.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;

    &:after {
        bottom: 12px;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid black;
        border-right: 5px solid black;
        content: ' ';
        height: 0;
        position: absolute;
        right: 65px;
        width: 0;
    }
}

#btn_merge {
    width: 80px;
}

#btn_delete {
    width: 80px;
}

#btn_link_fan {
    background: url(../img/url-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}