Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |


.accordion-active {
        background: #F5E6CA 0% 0% no-repeat padding-box;
}

.report_table_wrapper {
        max-height: 500px;
        overflow-x: scroll; 
        overflow-y: scroll; 
}

.report_table {
    min-width: 100%;
    background-color: #fff;
    border: 1px solid black;
}

.report_table thead th {
    background-color: #66a7dd;
    padding: 10px 5px!important;
    border-bottom: transparent!important;
    color: #fff;
    font-weight: 400;
    vertical-align: middle!important;
    line-height: 1.2;
    border: 1px solid black;
}

.report_table thead th,.report_table thead th a {
    color: #fff
}

.report_table tbody td {
    border: 1px solid black;
}

.internal_report_table td {
    padding: 15px 4px!important;
    border-top: 1px solid #dee2e6!important;
    background: #fff!important;
    vertical-align: middle!important
}




.rd_chart{
    margin-top: 2em;
    margin-bottom: 2em;
    height: 300px;
    width: 100%;
    border: 1px solid black;
}