From 9fcbddaed049551d4f7c1d215ec230544f5db6c8 Mon Sep 17 00:00:00 2001
From: mark-nielsen <mark-nielsen>
Date: Fri, 16 Mar 2007 04:35:49 +0000
Subject: [PATCH] Merging in fixes for MDL-8929 from MOODLE_18_STABLE

---
 lang/en_utf8/lesson.php | 2 +-
 mod/lesson/styles.php   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php
index 94c65be993..c860999fd2 100644
--- a/lang/en_utf8/lesson.php
+++ b/lang/en_utf8/lesson.php
@@ -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';
diff --git a/mod/lesson/styles.php b/mod/lesson/styles.php
index af51fc20b9..95bd04c440 100644
--- a/mod/lesson/styles.php
+++ b/mod/lesson/styles.php
@@ -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;
 }
 
-- 
2.39.5