-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchecks_mostrar.css
More file actions
executable file
·78 lines (72 loc) · 1.27 KB
/
Copy pathchecks_mostrar.css
File metadata and controls
executable file
·78 lines (72 loc) · 1.27 KB
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
@CHARSET "UTF-8";
@media all and (orientation:portrait) { /* portrait */
.cont-checks-fondo{
zoom:0.64;
height: 460px;
}
}
@media all and (orientation:landscape) { /* portrait */
.cont-checks-fondo{
height: 460px;
}
}
.cont-checks-fondo{
display:inline-block;
border-radius: 10px 10px;
border-radius: 10px 10px;
background-color: #2a2c31;
margin-top: 10px;
padding:10px;
margin-left: 5px;
width: 925px;
}
.graf-checks{
display:relative;
float: left;
width: 910px;
height:370px;
}
.cont-botonera1{
position:absolute;
border-radius: 10px 10px;
background-color: #000;
padding: 0.5em 0.5em;
width: 100px;
height: 70px;
text-align: center;
top:390px;
}
.btn-sensor{
height: 30px;
width:40px;
background-color: #73d216;
text-align: center;
border-radius: 5px 5px;
border: 1px;
font-weight: bold;
}
.cont-botonera2{
position:absolute;
border-radius: 10px 10px;
background-color: #000;
width: 800px;
height: 70px;
text-align: center;
margin-left:110px;
top:390px;
}
.label-observacion{
text-align: center;
}
.checks-iconos{
display: inline-block;
transform: scaleY(1.2) scaleX(1.2);
}
.checks-iconos:hover{
cursor:pointer;
}
.check-icono{
padding-top:10px;
display: inline-block;
transform: scaleY(1.5) scaleX(1.5);
}