-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapi-style.css
More file actions
43 lines (43 loc) · 755 Bytes
/
api-style.css
File metadata and controls
43 lines (43 loc) · 755 Bytes
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
.olControlPanel {
display: block;
width: 160px;
height: 40px;
margin: 1px;
float: right;
top: 5%;
left: 5%px;
right: 1%;
}
.openBRTItemInactive {
float: right;
background:url("./img/brt.png");
background-position: center;
background-repeat: no-repeat;
height: 40px;
left: 12px;
top: 5%;
width: 40px;
margin-top: -9px;
}
.openTOP10ItemInactive {
float: right;
background:url("./img/top10nl.png");
background-position: center;
background-repeat: no-repeat;
height: 40px;
left: 12px;
top: 5%;
width: 40px;
margin-top: -9px;
}
.openLufoItemInactive {
float: right;
background:url("./img/lufo.png");
background-position: center;
background-repeat: no-repeat;
height: 40px;
left: 12;
top: 5%;
width: 40px;
margin-top: -9px;
}