-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathgroupby.css
More file actions
96 lines (93 loc) · 1.83 KB
/
groupby.css
File metadata and controls
96 lines (93 loc) · 1.83 KB
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
87
88
89
90
91
92
93
94
95
96
.vp-gb-df-box {
display: grid;
grid-template-rows: 30px;
grid-row-gap: 5px;
}
.vp-gb-df-refresh {
display: inline-block;
cursor: pointer;
margin-left: 5px;
/* LAB: img to background-image */
background: center / contain no-repeat url(../../img/refresh.svg);
width: 18px;
height: 19px;
}
.vp-gb-df-box label {
font-weight: bold;
}
.vp-gb-df-box select,
.vp-gb-df-box input {
width: 160px;
}
.vp-gb-by-grouper-box {
display: inline-block;
padding: 0px 5px;
}
.vp-gb-by-number {
width: 80px !important;
}
.vp-gb-adv-box {
border: 1px solid var(--vp-border-gray-color);
padding: 10px;
margin-top: 5px;
height: 170px;
overflow: auto;
}
.vp-gb-adv-head {
}
.vp-gb-adv-head label {
width: 160px;
font-weight: bold;
}
.vp-gb-adv-item {
margin-bottom: 10px;
}
.vp-gb-adv-method-box {
position: relative;
display: inline-block;
}
.vp-gb-method-selector {
display: grid;
grid-template-rows: 75px 10px 75px 10px 35px;
}
.vp-gb-method-box {
display: grid;
grid-template-columns: 85px 85px 85px 85px;
}
.vp-gb-method-user-box {
display: grid;
grid-template-columns: 85px 85px 85px 85px;
}
.vp-gb-adv-method {
padding-right: 25px;
}
.vp-gb-adv-method-return {
position: absolute;
color: #C4C4C4;
right: 7px;
top: 7px;
cursor: pointer;
background: var(--vp-background-color);
}
.vp-gb-adv-item-delete {
display: inline-block;
padding-left: 5px;
}
.vp-gb-naming-box label {
height: 30px;
line-height: 30px;
vertical-align: middle;
font-weight: bold;
margin-bottom: 5px;
}
.vp-gb-naming-item label {
width: 100px;
height: 30px;
line-height: 30px;
vertical-align: middle;
margin-bottom: 5px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight: bold;
}