Rev 1269 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
@media (min-width: 1100px) {
.drawer-left, .drawer-right {
height: calc(100% - 55px);
}
}
.drawer.drawer-left .drawertoggle {
background: #23292f;
color: #fff;
}
#courseindexdrawercontrols button.btn.btn-icon.btn-light {
display: none;
}
.courseindex .courseindex-item:hover > .courseindex-link:not([href=""]) {
text-decoration: underline;
}
a.courseindex-link.text-truncate {
white-space: normal;
overflow: visible;
text-overflow: clip;
word-wrap: break-word;
}