-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.css
54 lines (49 loc) · 775 Bytes
/
index.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
html, body {
width: 100%;
height: 100%;
}
body {
margin: 0;
}
#container {
width: 100%;
height: 100%;
}
#pickerBox {
position: absolute;
left: 40px;
top: 80px;
}
.tool {
position: absolute;
width: 90%;
left: 40px;
bottom: 80px;
vertical-align:baseline
}
#start {
float: right;
background-color: black;
padding: 10px 8px;
color: white;
cursor: pointer;
}
.graph{
position: absolute;
display: none;
left: 40px;
bottom: 40px;
width: 450px;
border: 1px solid #C75211;
height: 25px;
}
#bar{
display: block;
background: #e57233;
float: left;
height: 100%;
text-align: center;
font-family: Verdana;
line-height: 25px;
color: #FFF;
}