Merge branch 'MDL-59728_33-boost-question-bank-header-align' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE

This commit is contained in:
Andrew Nicols
2017-08-07 12:39:51 +08:00
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -177,6 +177,10 @@
label {
margin: 0;
}
.header {
text-align: left;
}
}
#page-mod-quiz-edit {
@@ -147,6 +147,9 @@
label {
margin: 0;
}
.header {
text-align: left;
}
}
#page-mod-quiz-edit {
div.questionbankwindow div.header {
+3
View File
@@ -9138,6 +9138,9 @@ a.ygtvspacer:hover {
#categoryquestions label {
margin: 0;
}
#categoryquestions .header {
text-align: left;
}
#page-mod-quiz-edit div.questionbankwindow div.header {
margin: 0;
}