MDL-67001 question: alignment and form spaces.
This commit is contained in:
@@ -652,7 +652,7 @@ class view {
|
||||
echo '<div>';
|
||||
echo \html_writer::empty_tag('input', array('type' => 'hidden', 'name' => 'qbshowtext',
|
||||
'value' => 0, 'id' => 'qbshowtext_off'));
|
||||
echo \html_writer::checkbox('qbshowtext', '1', $showquestiontext, ' ' . get_string('showquestiontext', 'question'),
|
||||
echo \html_writer::checkbox('qbshowtext', '1', $showquestiontext, get_string('showquestiontext', 'question'),
|
||||
array('id' => 'qbshowtext_on', 'class' => 'searchoptions mr-1'));
|
||||
echo "</div>\n";
|
||||
}
|
||||
|
||||
@@ -482,6 +482,15 @@ body.path-question-type .fitem_fgroup .accesshide {
|
||||
padding: 0.3em 0;
|
||||
}
|
||||
|
||||
.questionbankwindow .boxaligncenter.categoryinfo {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.questionbankwindow .singlebutton div,
|
||||
.questionbankwindow .singlebutton div input {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer {
|
||||
padding: 0;
|
||||
strong {
|
||||
|
||||
@@ -9882,6 +9882,13 @@ body.path-question-type .fitem_fgroup .accesshide {
|
||||
#page-mod-quiz-edit div.questionbank .categoryinfo {
|
||||
padding: 0.3em 0;
|
||||
}
|
||||
.questionbankwindow .boxaligncenter.categoryinfo {
|
||||
padding-left: 0;
|
||||
}
|
||||
.questionbankwindow .singlebutton div,
|
||||
.questionbankwindow .singlebutton div input {
|
||||
margin-left: 0;
|
||||
}
|
||||
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user