Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
4d4b8ae6
Commit
4d4b8ae6
authored
Oct 26, 2017
by
Andrew Nicols
Browse files
Merge branch 'MDL-60535-questionbank-button-styled' of
https://github.com/lucaboesch/moodle
parents
1e678271
57f4e960
Changes
2
Hide whitespace changes
Inline
Side-by-side
mod/quiz/classes/question/bank/custom_view.php
View file @
4d4b8ae6
...
...
@@ -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
)
{
...
...
mod/quiz/styles.css
View file @
4d4b8ae6
...
...
@@ -1066,6 +1066,11 @@ table#categoryquestions {
padding-right
:
0.3em
;
}
.questionbankformforpopup
.modulespecificbuttonscontainer
{
padding-top
:
10px
;
padding-left
:
0
;
}
.quizquestionlistcontrols
{
text-align
:
center
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment