[VID-3] Setting docker image tag
[vid.git] / vid / src / main / webapp / app / vid / styles / angular-ui-tree.css
1 .angular-ui-tree {
2 }
3
4 .angular-ui-tree-empty {
5     border: 1px dashed #bbb;
6     min-height: 100px;
7     background-color: #e5e5e5;
8     background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
9     background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
10     background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
11     background-size: 60px 60px;
12     background-position: 0 0, 30px 30px;
13     pointer-events: none;
14 }
15
16 .angular-ui-tree-nodes {
17     position: relative;
18     margin: 0;
19     padding: 0;
20     list-style: none;
21 }
22
23 .angular-ui-tree-nodes .angular-ui-tree-nodes {
24     padding-left: 20px;
25 }
26
27 .angular-ui-tree-node, .angular-ui-tree-placeholder {
28     position: relative;
29     margin: 0;
30     padding: 0;
31     min-height: 20px;
32     line-height: 20px;
33 }
34
35 .angular-ui-tree-hidden {
36     display: none;
37 }
38
39 .angular-ui-tree-placeholder {
40     margin: 5px 0;
41     padding: 0;
42     min-height: 30px;
43 }
44
45 .angular-ui-tree-handle {
46     cursor: move;
47     text-decoration: none;
48     font-weight: bold;
49     -webkit-box-sizing: border-box;
50     -moz-box-sizing: border-box;
51     box-sizing: border-box;
52     min-height: 20px;
53     line-height: 20px;
54 }
55
56 .angular-ui-tree-drag {
57     position: absolute;
58     pointer-events: none;
59     z-index: 999;
60     opacity: .8;
61 }