Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
 
2
.accordion-active {
3
	background: #F5E6CA 0% 0% no-repeat padding-box;
4
}
5
 
6
.report_table_wrapper {
7
	max-height: 500px;
8
	overflow-x: scroll;
9
	overflow-y: scroll;
10
}
11
 
12
.report_table {
13
    min-width: 100%;
14
    background-color: #fff;
15
    border: 1px solid black;
16
}
17
 
18
.report_table thead th {
19
    background-color: #66a7dd;
20
    padding: 10px 5px!important;
21
    border-bottom: transparent!important;
22
    color: #fff;
23
    font-weight: 400;
24
    vertical-align: middle!important;
25
    line-height: 1.2;
26
    border: 1px solid black;
27
}
28
 
29
.report_table thead th,.report_table thead th a {
30
    color: #fff
31
}
32
 
33
.report_table tbody td {
34
    border: 1px solid black;
35
}
36
 
37
.internal_report_table td {
38
    padding: 15px 4px!important;
39
    border-top: 1px solid #dee2e6!important;
40
    background: #fff!important;
41
    vertical-align: middle!important
42
}
43
 
44
 
45
 
46
 
47
.rd_chart{
48
    margin-top: 2em;
49
    margin-bottom: 2em;
50
    height: 300px;
51
    width: 100%;
52
    border: 1px solid black;
53
}