Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* Editing form. */
2
body#page-question-type-match div[id^=fitem_id_][id*=subquestions_] {
3
    background: #eee;
4
    margin-top: 0;
5
    margin-bottom: 0;
6
    padding-bottom: 5px;
7
    padding-top: 5px;
8
    border: 1px solid #bbb;
9
    border-bottom: 0;
10
}
11
 
12
body#page-question-type-match div[id^=fitem_id_][id*=subquestions_] .fitemtitle {
13
    font-weight: bold;
14
}
15
 
16
body#page-question-type-match div[id^=fitem_id_][id*=subanswers_] {
17
    background: #eee;
18
    margin-bottom: 2em;
19
    margin-top: 0;
20
    padding-bottom: 5px;
21
    padding-top: 5px;
22
    border: 1px solid #bbb;
23
    border-top: 0;
24
}
1441 ariadna 25
 
26
/* stylelint-disable declaration-no-important  */
27
 
28
div[id^="fitem_id_subquestions_"].mb-3 {
29
    margin-bottom: 0 !important;
30
}
31
/* stylelint-enable declaration-no-important  */