Merge branch 'MDL-62993_master' of git://github.com/markn86/moodle
[moodle.git] / question / type / match / styles.css
blob00255b90a6fb1cb7724118f254a76f43f7b8de39
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;
12 body#page-question-type-match div[id^=fitem_id_][id*=subquestions_] .fitemtitle {
13 font-weight: bold;
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;