Proyectos de Subversion Moodle

Rev

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

Rev 857 Rev 861
Línea 57... Línea 57...
57
        width: 50%;
57
        width: 50%;
58
        margin: auto;
58
        margin: auto;
59
    }
59
    }
60
}
60
}
Línea 61... Línea -...
61
 
-
 
62
#page-mod-assign-grading .custom-select {
-
 
63
    word-wrap: normal;
-
 
64
    margin-left: 10px;
-
 
65
    border-radius: 5px;
-
 
66
    font-size: 12.5px;
-
 
67
    height: 35px;
-
 
68
    padding: 5px;
-
 
69
}
-
 
70
 
61
 
71
.que .info>div {
62
.que .info>div {
72
    display: flex;
63
    display: flex;
73
    margin: 0;
64
    margin: 0;
74
    font-weight: 500;
65
    font-weight: 500;
75
    margin-right: 100px !important;
66
    margin-right: 100px !important;
76
    margin-top: 10px !important;
-
 
77
}
67
    margin-top: 10px !important;
-
 
68
}
-
 
69
 
-
 
70
.que label {
-
 
71
    display: inline-flex;
-
 
72
    flex-wrap: wrap;
-
 
73
    margin-left: 15%;
-
 
74
    margin-bottom: 5%;
-
 
75
}
-
 
76
 
-
 
77
#page-mod-quiz-attempt table .answer{
-
 
78
    margin-left: 30%;
-
 
79
    margin-bottom: 2%;
-
 
80
}
-
 
81