Proyectos de Subversion Moodle

Rev

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

Rev 1100 Rev 1102
Línea 228... Línea 228...
228
    font-size: 20px !important;
228
    font-size: 20px !important;
229
}
229
}
Línea 230... Línea 230...
230
 
230
 
Línea 231... Línea 231...
231
/* Drawer end */
231
/* Drawer end */
232
 
232
 
233
#page-mod-resource-view .rui-main-content-title--h4, #page-mod-hvp-view .rui-main-content-title--h4 {
233
#page-mod-resource-view .rui-main-content-title--h4 {
234
    font-size: 16px;
234
    font-size: 16px;
-
 
235
    color: #757474;
-
 
236
    font-weight: 600;
-
 
237
    margin-left: 10px;
-
 
238
}
-
 
239
 
-
 
240
#page-mod-hvp-view .rui-main-content-title--h4 {
-
 
241
    font-size: 16px;
-
 
242
    color: #fff;
235
    color: #757474;
243
    font-weight: 600;
Línea 236... Línea 244...
236
    font-weight: 600;
244
    margin-left: 10px;
237
}
245
}
238
 
246
 
Línea 884... Línea 892...
884
#page-admin-search header.page-header-content {
892
#page-admin-search header.page-header-content {
885
    display: flex;
893
    display: flex;
886
}
894
}
Línea 887... Línea 895...
887
 
895
 
888
header.page-header-content {
-
 
889
    display: flex;
-
 
890
}
896
header.page-header-content {
-
 
897
    display: flex !important;  
-
 
898
}
-
 
899
 
-
 
900
#page-course-view-topics header.page-header-content, 
-
 
901
#page-my-index header.page-header-content,  
-
 
902
#page-cesa-courses header.page-header-content,
-
 
903
#page-cesa-forums  header.page-header-content,
-
 
904
#page-message-index header.page-header-content,
-
 
905
#page-cesa-progress header.page-header-content
-
 
906
{
-
 
907
    display: none !important;  
-
 
908
}
-
 
909
 
-
 
910
.page-header-content {
-
 
911
    margin: 7px 0;
-
 
912
    width: 100%;
-
 
913
    justify-content: space-between;
-
 
914
    align-items: center;
-
 
915
    height: 35px;
-
 
916
}
-
 
917
 
-
 
918
#page-mod-hvp-view header.page-header-content {
-
 
919
    position: fixed; /* Fijo en la pantalla */
-
 
920
    width: 100%; /* Ocupa todo el ancho */
-
 
921
    background-color: rgba(0, 0, 0, 0.5);
-
 
922
    z-index: 1000;
-
 
923
    height: 50px;
-
 
924
}