From d939a6341266f584a637ca862004c24e224c3844 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Fri, 9 Jul 2021 13:24:38 +0530 Subject: [PATCH] responsive fixes --- community/www/batch/learn.html | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/community/www/batch/learn.html b/community/www/batch/learn.html index 6ff8568e..9daaac0a 100644 --- a/community/www/batch/learn.html +++ b/community/www/batch/learn.html @@ -40,7 +40,8 @@ {% macro LessonContent(lesson) %}
-
+
{{ lesson.title }} COMPLETED
@@ -60,12 +61,15 @@ {% macro pagination(prev_chap, prev_url, next_chap, next_url) %}
- {% if prev_url %} - - - Prev - - {% endif %} +
+ {% if prev_url %} + + + Prev + + {% endif %} +
+ {% if not course.is_mentor(frappe.session.user) and membership %} @@ -81,12 +85,14 @@ {% endif %} - {% if next_url %} - - Next - - - {% endif %} +
+ {% if next_url %} + + Next + + + {% endif %} +
{% endmacro %}