-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvmRunner.css
62 lines (62 loc) · 2.08 KB
/
vmRunner.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
.runner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%;
}
.runner .runner-vcenter {
position: absolute;
left: 0;
top: 100%;
width: 100%;
height: 256px;
margin: -128px 0 0 0;
}
.runner .runner-hcenter {
margin: 0 auto 0 auto;
width: 520px;
height: 256px;
}
.runner .runner-hcenter img {
position: absolute;
top: 0px;
left: 50%;
margin: 0 0 0 -70px;
width: 140px;
height: 140px;
}
.runner .runner-hcenter .program,
.runner .runner-hcenter .target-platform {
position: absolute;
width: 520px;
height: 20px;
line-height: 20px;
text-align: center;
}
.runner .runner-hcenter .program {
bottom: 80px;
font-size: 17px;
}
.runner .runner-hcenter .target-platform {
bottom: 60px;
font-size: 12px;
}
.runner .runner-hcenter .buttons {
position: absolute;
bottom: 0px;
width: 520px;
height: 40px;
}
.runner .runner-hcenter .buttons .button {
height: 40px;
}
.runner .runner-hcenter .buttons .button.run {
width: 120px;
}
.runner .runner-hcenter .buttons .button.connect {
float: right;
margin: 0 0 0 10px;
width: 90px;
font-size: 13px;
}