Proyectos de Subversion Moodle

Rev

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

Rev 1102 Rev 1103
Línea 913... Línea 913...
913
    justify-content: space-between;
913
    justify-content: space-between;
914
    align-items: center;
914
    align-items: center;
915
    height: 35px;
915
    height: 35px;
916
}
916
}
Línea 917... Línea 917...
917
 
917
 
918
#page-mod-hvp-view header.page-header-content {
918
#page-mod-hvp-view header.page-header-content , #page-mod-resource-view header.page-header-content {
919
    position: fixed; /* Fijo en la pantalla */
919
    position: fixed; /* Fijo en la pantalla */
920
    width: 100%; /* Ocupa todo el ancho */
920
    width: 100%; /* Ocupa todo el ancho */
921
    background-color: rgba(0, 0, 0, 0.5);
921
    background-color: rgba(0, 0, 0, 0.5);
922
    z-index: 1000;
922
    z-index: 1000;
923
    height: 50px;
923
    height: 50px;
-
 
924
}
-
 
925
 
-
 
926
#page-mod-resource-view .mediaplugin.mediaplugin_videojs > div {
-
 
927
    max-width: none !important;