Proyectos de Subversion Moodle

Rev

Rev 1269 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1196 ariadna 1
@media (min-width: 1100px) {
2
    .drawer-left, .drawer-right {
3
        height: calc(100% - 55px);
4
    }
1260 ariadna 5
}
6
 
7
.drawer.drawer-left .drawertoggle {
8
    background: #23292f;
9
    color: #fff;
10
}
11
 
12
#courseindexdrawercontrols button.btn.btn-icon.btn-light {
13
    display: none;
1269 ariadna 14
}
15
 
16
.courseindex .courseindex-item:hover > .courseindex-link:not([href=""]) {
17
    text-decoration: underline;
1270 ariadna 18
  }
19
 
20
a.courseindex-link.text-truncate {
21
    white-space: normal;
22
    overflow: visible;
23
    text-overflow: clip;
24
    word-wrap: break-word;
25
}