Rev 1090 |
|
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 |
}
|
1090 |
ariadna |
11 |
.rui-course-card-deck.mt-3 {
|
1091 |
ariadna |
12 |
gap: 15px !important;
|
1089 |
ariadna |
13 |
}
|