Proyectos de Subversion Moodle

Rev

Rev 1 | Rev 1090 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* Hide the first dropdown-divider if no filter option element is listed before it.
2
   This can happen for some subset configurations of the block_myoverview course filter. */
3
.block_myoverview button#groupingdropdown + .dropdown-menu li:first-of-type.dropdown-divider:first-of-type {
4
    display: none;
5
}
6
.block_myoverview .whitebutton .btn-secondary {
7
    background: white;
8
    border-color: var(--primary);
9
    color: var(--primary);
10
}
1089 ariadna 11
.rui-dashboard-top .block-myoverview .rui-course-card-dec, .rui-dashboard-bottom .block-myoverview .rui-course-card-deck{
12
    gap:15px;
13
}