Proyectos de Subversion Moodle

Rev

Rev 434 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 434 Rev 438
Línea 1015... Línea 1015...
1015
}
1015
}
1016
.page-header-content .flex-wrap{
1016
.page-header-content .flex-wrap{
1017
    display: none;
1017
    display: none;
1018
}
1018
}
Línea 1019... Línea -...
1019
 
-
 
1020
#list-block-cursos-catalogo-ajax{
-
 
1021
        display: grid;
-
 
1022
        flex-wrap: wrap;
-
 
1023
        grid-template-columns: 1fr 1fr;
-
 
1024
        gap: 100px;
-
 
Línea 1025... Línea 1019...
1025
}
1019
 
1026
 
1020
 
1027
/* Courser page */
1021
/* Courser page */
1028
#page-cesa-courses  .block_cursos_catalogo_ajax {
1022
#page-cesa-courses  .block_cursos_catalogo_ajax {
Línea 1029... Línea -...
1029
    width: 100%;
-
 
1030
}
-
 
1031
 
-
 
1032
#page-cesa-courses  #list-block-cursos-catalogo-ajax {
-
 
1033
    display: grid;
-
 
1034
    grid-template-columns: 1fr 1fr;
-
 
1035
    width: 100%;
-
 
1036
    margin: 16px 0;
-
 
1037
    gap: 16px;
1023
    width: 100%;
1038
}
1024
}
1039
 
1025
 
1040
#page-cesa-courses  #list-block-cursos-catalogo-ajax .bloque {
1026
#page-cesa-courses  #list-block-cursos-catalogo-ajax .bloque {
1041
    width: 100%;
1027
    width: 100%;
1042
    max-width: none;
1028
    max-width: none;
Línea 1043... Línea -...
1043
    margin-bottom: 0 !important;
-
 
1044
    height: fit-content;
-
 
1045
}
-
 
1046
 
-
 
1047
#page-cesa-courses  #list-block-cursos-catalogo-ajax .bloque .item-cursos {
-
 
1048
    margin-bottom: 0 !important;
-
 
1049
    margin: 0;
1029
    margin-bottom: 0 !important;
1050
    width: 100%;
1030
    height: fit-content;
1051
}
1031
}
Línea 1052... Línea 1032...
1052
 
1032