mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Merge branch 'MDL-60535-questionbank-button-styled' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
4d4b8ae6bf
@ -167,6 +167,7 @@ class custom_view extends \core_question\bank\view {
|
||||
$params = array(
|
||||
'type' => 'submit',
|
||||
'name' => 'add',
|
||||
'class' => 'btn btn-primary',
|
||||
'value' => get_string('addselectedquestionstoquiz', 'quiz'),
|
||||
);
|
||||
if ($cmoptions->hasattempts) {
|
||||
|
@ -1066,6 +1066,11 @@ table#categoryquestions {
|
||||
padding-right: 0.3em;
|
||||
}
|
||||
|
||||
.questionbankformforpopup .modulespecificbuttonscontainer {
|
||||
padding-top: 10px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.quizquestionlistcontrols {
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user