mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merging in fixes for MDL-8929 from MOODLE_18_STABLE
This commit is contained in:
parent
632d3b9ad6
commit
9fcbddaed0
@ -23,7 +23,7 @@ $string['and'] = 'AND';
|
||||
$string['answer'] = 'Answer';
|
||||
$string['answeredcorrectly'] = 'answered correctly.';
|
||||
$string['answersfornumerical'] = 'Answers for Numerical questions should be matched pairs of Minimum and Maximum values';
|
||||
$string['arrangebuttonshorizontally'] = 'Arrange Branch buttons horizontally in slideshow mode?';
|
||||
$string['arrangebuttonshorizontally'] = 'Arrange Branch buttons horizontally?';
|
||||
$string['attempt'] = 'Attempt: $a';
|
||||
$string['attempts'] = 'Attempts';
|
||||
$string['attemptsdeleted'] = 'Deleted attempts';
|
||||
|
@ -193,11 +193,11 @@
|
||||
|
||||
/* Next classes are for branch table buttons when displayed horizontally */
|
||||
.mod-lesson .prevhorizontal,
|
||||
.mod-lesson .prevhorizontal .lessonbutton,
|
||||
.mod-lesson .prevhorizontal div,
|
||||
.mod-lesson .nexthorizontal,
|
||||
.mod-lesson .nexthorizontal .lessonbutton,
|
||||
.mod-lesson .nexthorizontal div,
|
||||
.mod-lesson .standardhorizontal,
|
||||
.mod-lesson .standardhorizontal .lessonbutton {
|
||||
.mod-lesson .standardhorizontal div {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user