Proyectos de Subversion Moodle

Rev

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

Rev 377 Rev 403
Línea 15... Línea 15...
15
h6,
15
h6,
16
span,
16
span,
17
a,
17
a,
18
p ,
18
p ,
19
.comment-message .text,
19
.comment-message .text,
20
.comment-message .time{
20
.comment-message .time
-
 
21
.container{
21
    font-family: var(--primary-font-family);
22
    font-family: var(--primary-font-family);
22
}
23
}
Línea 23... Línea 24...
23
 
24
 
24
/* Nav */
25
/* Nav */
Línea 1056... Línea 1057...
1056
    margin-bottom: 0 !important;
1057
    margin-bottom: 0 !important;
1057
    margin: 0;
1058
    margin: 0;
1058
    width: 100%;
1059
    width: 100%;
1059
}
1060
}
Línea 1060... Línea 1061...
1060
 
1061
 
1061
#page-cesa-courses .rui-dashboard-bottom, #page-cesa-progress .rui-dashboard-bottom {
1062
#page-cesa-courses .rui-dashboard-bottom, #page-cesa-progress .rui-dashboard-bottom, #page-cesa-forums .rui-dashboard-bottom {
1062
    display: none;
1063
    display: none;
Línea 1063... Línea 1064...
1063
}
1064
}
1064
 
1065
 
1065
#page-cesa-courses .wrapper-header, #page-cesa-progress .wrapper-header {
1066
#page-cesa-courses .wrapper-header, #page-cesa-progress .wrapper-header, #page-cesa-forums .wrapper-header {
-
 
1067
    display: none;
-
 
1068
}
-
 
1069
 
-
 
1070
#page-cesa-forums .no-gutters {
-
 
1071
    margin-right: 0;
-
 
1072
    margin-left: 0;
-
 
1073
    border: 1px solid #e8eaed;
-
 
1074
    border-radius: 10px;
-
 
1075
    padding: 15px;
-
 
1076
}
-
 
1077
 
-
 
1078
#page-cesa-forums .block_foros_listado .block{
-
 
1079
    width: 100%;
-
 
1080
    max-width: none;
-
 
1081
    margin-bottom: 0 !important;
-
 
1082
    height: fit-content;
-
 
1083
}
-
 
1084
 
-
 
1085
#page-cesa-forums .block_foros_listado .block .card{
-
 
1086
    margin-bottom: 0 !important;
-
 
1087
    margin: 0;
-
 
1088
    width: 100%;
-
 
1089
}
-
 
1090
 
-
 
1091
#page-cesa-forums .block_foros_listado{
-
 
1092
    display: grid;
-
 
1093
    grid-template-columns: 1fr 1fr;
-
 
1094
    width: 100%;
-
 
1095
    margin: 16px 0;