Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1456 ariadna 1
[data-groupname="buttonar"] {
2
    position: relative;
3
    top: auto;
4
    bottom: auto;
5
}
6
 
7
.ygtvitem .ygtvchildren {
8
    justify-content: center;
9
}
10
 
11
.ygtvitem .ygtvchildren .ygtvcell .icon {
12
    display: grid;
13
    place-items: center;
14
}
15
 
16
.fp-filename-icon{
17
    gap: 6px;
18
}
19
 
20
.fp-toolbar .btn-icon svg {
21
    color: var(--primary-color-700);
22
}
23
 
24
.file-picker .fp-content {
25
    height: auto !important;
26
}
27
 
28
.filepicker .moodle-dialogue-bd {
29
    min-height: auto !important;
30
}
31
 
32
#page-mod-assign-grading .custom-select {
33
    word-wrap: normal;
34
    margin-left: 10px;
35
    border-radius: 5px;
36
    font-size: 12.5px;
37
    height: 35px;
38
    padding: 5px;
39
}
40
 
41
#page-mod-assign-grading .urlselect.mb-1 {
42
    display: none;
43
}
44
 
45
 
46
#page-mod-assign-grading .mform .form-inline .custom-select {
47
    max-width: 200px;
48
    margin: 0;
49
    width: 100%;
50
}
51
 
52
#page-mod-assign-grading .mform>.form-group {
53
    margin: 0 !important;
54
}