css.css
574 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
44
#imax_destinatarios {
text-align: center;
margin-bottom: 10px;
}
#imax_destinatarios p {
font-weight: bold;
margin-top: 5px;
}
.imax_destinatarios {
margin: auto;
}
.imax_destinatarios th {
font-weight: bold;
}
.imax_destinatarios td, .imax_destinatarios th {
padding: 3px;
border: 1px solid black;
}
#imax_mensajeError {
color: red;
}
.centrado {
text-align: center;
}
@media print {
.noImprimir {
display: none;
}
}
#order_sortable li, .table img {
cursor: pointer;
}
.imaxHidden {
display: none;
}