forked from drainingsun/ybat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kbat.css
87 lines (72 loc) · 1.21 KB
/
kbat.css
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
body {
overflow: hidden;
}
form {
height: 100%
}
hr {
width: 100%;
}
.container {
display: block;
position: absolute;
height: auto;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
.column_wrap {
position: relative;
}
.left {
width: calc(30% - 10px);
position: absolute;
left: 0;
top: 0;
bottom: 0;
height: auto;
display: block;
margin: 10px 0 10px 10px;
}
.right {
border-left: 1px solid gray;
margin: 10px 10px 10px calc(30% + 10px);
padding-left: 10px;
}
#images, #classes, #bboxes {
width: 175px;
margin-top: 10px;
}
#bboxes, #bboxesYOLO {
width: 130px;
}
#imageList, #classList, #description {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
height: 18%;
}
#saveClasses, #saveBboxes, #saveBboxesYOLO, #saveVocBboxes, #saveCocoBboxes, #restoreBboxes, #cropImages {
float: right;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
#imageSearch {
margin-top: 10px;
}
#imageInformation, #bboxInformation {
height: 20px;
width: 100%;
}
#voc {
margin-top: 10px;
}
#vocFolder {
width: 95px;
}
#saveVocBboxes, #saveCocoBboxes {
margin-top: 0;
margin-bottom: 0;
}