-
-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathbind.css
More file actions
33 lines (29 loc) · 510 Bytes
/
bind.css
File metadata and controls
33 lines (29 loc) · 510 Bytes
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
.vp-bd-container {
width: 700px;
height: 550px;
}
.vp-bd-container .vp-pp-body {
overflow: hidden;
}
.vp-bd-grid-box {
display: grid;
grid-template-rows: 30px;
grid-row-gap: 5px;
}
.vp-bd-grid-box label {
font-weight: bold;
}
.vp-bd-grid-box select,
.vp-bd-grid-box input {
width: 160px;
}
.vp-bd-type-box {
display: grid;
grid-template-rows: 30px;
grid-row-gap: 5px;
}
.vp-bd-df-refresh {
display: inline-block;
cursor: pointer;
margin-left: 5px;
}