-
Notifications
You must be signed in to change notification settings - Fork 0
/
dof.css
84 lines (70 loc) · 1.04 KB
/
dof.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
h1 {
font-family: sans-serif;
}
span {
font-family: sans-serif;
}
.in-focus-rect {
position: absolute;
background-color: steelblue;
}
.format-name {
position: absolute;
}
#vis-body {
position: absolute;
top: 240px;
left: 160px;
border-left-color: gray;
border-left-width: 1px;
border-left-style: solid;
border-right-color: gray;
border-right-width: 1px;
border-right-style: solid;
}
.length-label {
position: absolute;
left: 20px;
font-family: sans-serif;
}
#format-labels {
position: absolute;
top: 240px;
left: 20px;
width: 160px;
}
.format-name {
font-family: sans-serif;
}
.control-row {
width: 1000px;
margin-bottom: 10px;
}
#vis-controls {
width: 1000px;
}
.label {
width: 220px;
display: inline-block;
font-family: sans-serif;
}
.control-label {
width: 140px;
min-width: 100px;
display: inline-block;
}
.control-slider {
width: 500px;
display: inline-block;
/*float: right;*/
}
#readout-table {
position: absolute;
top: 240px;
left: 1000px;
width: 160px;
}
.table-row {
height: 30px;
margin-top: 6px;
}