-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchecks.css
More file actions
executable file
·100 lines (93 loc) · 1.47 KB
/
checks.css
File metadata and controls
executable file
·100 lines (93 loc) · 1.47 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
@CHARSET "UTF-8";
@media all and (orientation:portrait) { /* portrait */
.cont-checks-fondo{
zoom:0.64;
height: 900px;
}
.cont-tabla{
height: 800px;
}
}
@media all and (orientation:landscape) { /* portrait */
.cont-checks-fondo{
height: 450px;
}
.cont-tabla{
height: 370px;
}
}
.cont-checks-fondo{
display:inline-block;
position: left;
border-radius: 10px 10px;
background-color: #2a2c31;
margin-top:10px;
margin-left: 10px;
padding: 10px;
width: 920px;
}
.cont-tabla{
position:relative;
background-color: black;
width:900px;
overflow-y:auto;
}
.checks-tabla{
width: 100%;
}
.checks-tabla-titulo{
border: solid 2px;
border-color: #000;
font-size: 1em;
background-color: #375a7f;
font-weight: bold;
}
.th-check{
text-align: center;
}
.tr-check{
border: solid 2px;
border-color: #000;
background-color: #3c3c41;
}
.td-hidden{
display: none;
}
.tr-check-elimino{
background: #f13131;
cursor: pointer;
color:#000;
font-weight: bold;
}
.cont-checks-botonera{
position:relative;
background-color: black;
margin-bottom: 10px;
height: 55px;
padding: 2px;
}
.checks-fecha{
width: 95px;
height: 50px;
border: solid;
border-radius: 3px 3px;
}
.btn-filtrar{
width:70px;
height: 45px;
margin-left: 10px;
margin-bottom: 2px;
}
.btn-mostrar{
position:absolute;
right:10px;
padding:0 auto;
width:160px;
height: 45px;
top:5px;
}
.ico-eliminar{
display: inline-block;
transform: scaleY(1.3) scaleX(1.3);
cursor: pointer;
}