-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgarminDeviceControlDemo.css
81 lines (73 loc) · 1.34 KB
/
garminDeviceControlDemo.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
H2 { text-align: center }
#statusBox {
position: relative;
margin-left: auto;
margin-right: auto;
height: 30px;
background-color: #B0CC99;
border: 5px outset #046380;
padding: 10px;
width: 505px;
}
#deviceBox {
margin-left: auto;
margin-right: auto;
position: relative;
border: 5px outset #046380;
background-color: #677E52;
width: 505px;
padding: 10px;
}
#readBox {
position: relative;
margin-left: auto;
margin-right: auto;
border: 5px outset #046380;
background-color: #B7CA79;
padding: 10px;
width: 505px;
}
#writeBox {
position: relative;
margin-left: auto;
margin-right: auto;
border: 5px outset #046380;
background-color: #F6E8B1;
padding: 10px;
width: 505px;
}
#readBox textarea, #writeBox textarea {
margin-left: auto;
margin-right: auto;
width: 100%;
}
#readMap {
margin-left: auto;
margin-right: auto;
width: 400px;
height: 400px;
}
#progressBar {
margin-left: auto;
margin-right: auto;
height:15px;
border:1px solid black;
width: 90%;
padding:0px;
text-align: center;
background-color:#efefef;
}
#progressWrapper {
position:relative;
margin-left: auto;
margin-right: auto;
}
#progressBarDisplay {
position:absolute;
top:0px;
height:15px;
margin: 0px;
padding:0px;
text-align: center;
background-color:#66cc33;
}