Proyectos de Subversion Moodle

Rev

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

Rev 473 Rev 476
Línea 990... Línea 990...
990
}
990
}
991
.page-header-content .flex-wrap{
991
.page-header-content .flex-wrap{
992
    display: none;
992
    display: none;
993
}
993
}
Línea 994... Línea -...
994
 
-
 
995
 
-
 
996
/* Courser page */
-
 
997
#page-cesa-courses  .block_cursos_catalogo_ajax {
-
 
998
    width: 100%;
-
 
999
}
-
 
1000
 
-
 
1001
#page-cesa-courses  #list-block-cursos-catalogo-ajax .bloque {
-
 
1002
    width: 100%;
-
 
1003
    max-width: none;
-
 
1004
    margin-bottom: 0 !important;
-
 
1005
    height: fit-content;
-
 
1006
}
-
 
1007
 
-
 
1008
#page-cesa-courses .rui-dashboard-bottom, #page-cesa-progress .rui-dashboard-bottom, #page-cesa-forums .rui-dashboard-bottom {
-
 
1009
    display: none;
-
 
1010
}
-
 
1011
 
-
 
1012
#page-cesa-courses .page-header-content, #page-cesa-progress .page-header-content, #page-cesa-forums .page-header-content {
-
 
1013
    display: none;
-
 
1014
}
-
 
1015
 
-
 
1016
#page-cesa-forums .no-gutters {
-
 
1017
    margin-right: 0;
-
 
1018
    margin-left: 0;
-
 
1019
    border: 1px solid #e8eaed;
-
 
1020
    border-radius: 10px;
-
 
1021
    padding: 15px;
-
 
1022
}
-
 
1023
 
-
 
1024
#page-cesa-forums .col-md-12 .card{
-
 
1025
    width: 100%;
-
 
1026
    max-width: none;
-
 
1027
    margin-bottom: 0 !important;
-
 
1028
    height: fit-content;
-
 
1029
}
-
 
1030
 
-
 
1031
#page-cesa-forums .col-md-12 .card .mb-3{
-
 
1032
    margin-bottom: 0 !important;
-
 
1033
    margin: 0;
-
 
1034
    width: 100%;
-
 
1035
}
-
 
1036
 
-
 
1037
#page-cesa-forums .col-md-12{
-
 
1038
    display: grid;
-
 
1039
    grid-template-columns: 1fr 1fr;
-
 
1040
    width: 100%;
-
 
1041
    margin: 16px 0;
-
 
1042
    gap: 16px;
-
 
1043
}
-
 
1044
 
-
 
1045
@media (min-width: 768px) {
-
 
1046
    #page-calendar-view #page-wrapper {
-
 
1047
        display: flex;
-
 
1048
        flex-direction: row;
-
 
1049
    }
-
 
1050
    
-
 
1051
    #page-calendar-view #page  {
-
 
1052
        flex: 1;
-
 
1053
    }
-
 
1054
    
-
 
1055
    #page-calendar-view #page #page-header  {
-
 
1056
        display: none;
-
 
1057
    }
-
 
1058
    
-
 
1059
    #page-calendar-view #page .main-content  {
-
 
1060
        height: auto !important;
-
 
1061
        margin-top: -3%;
-
 
1062
    }
-
 
1063
    
-
 
1064
    #page-calendar-view .drawer.drawer-right {
-
 
1065
        display: flex;
-
 
1066
        width: max-content;
-
 
1067
        margin-top: 3%;
-
 
1068
        background: #23292f;
-
 
1069
        height: 100%;
-
 
1070
    }
-
 
1071
    
-
 
1072
    #page-calendar-view .card-body {
-
 
1073
        padding: 10px;
-
 
1074
        margin-top: 70%;
-
 
1075
        margin-left: 15%;
-
 
1076
    }
-
 
1077
 
-
 
1078
    #page-calendar-view .eventname {
-
 
1079
        color: #fff !important;
-
 
1080
    }
-
 
1081
}
-
 
1082
 
-
 
1083
#page-calendar-view .calendar-controls a{
-
 
1084
    color: #000000;
-
 
1085
}
994
 
1086
.close{
995
.close{
1087
    height: 30px !important;
996
    height: 30px !important;
1088
    width: 30px !important;
997
    width: 30px !important;
1089
}
998
}