Proyectos de Subversion Moodle

Rev

Rev 1184 | Rev 1194 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1184 Rev 1185
Línea 925... Línea 925...
925
}
925
}
Línea 926... Línea 926...
926
 
926
 
927
.gradingtable .no-overflow {
927
.gradingtable .no-overflow {
928
    min-height: auto !important;
928
    min-height: auto !important;
929
    max-height: 450px !important;
929
    max-height: 450px !important;
-
 
930
    overflow: auto;
-
 
931
}
-
 
932
 
-
 
933
li a.courseindex-link.text-truncate[href=""] {
-
 
934
    color: #8daaff;
-
 
935
    font-weight: 600;
-
 
936
    text-decoration: none;
-
 
937
}
-
 
938
 
-
 
939
li a.courseindex-link.text-truncate[href=""]:hover {
-
 
940
    text-decoration: none;
-
 
941
    cursor: default;
930
    overflow: scroll;
942
    color: #8daaff;
931
}
943
}