From ec9aae1c45fff87ad2eb94620227ef30f3dc37e1 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Sat, 9 Nov 2019 16:42:59 +0000 Subject: [PATCH] 1. Fix Collapsed topics format zoom issue - CONTRIB-7893. 2. Adjust position of 'view only' icon. --- Changes.md | 2 ++ styles.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Changes.md b/Changes.md index 1c29e56c..5a989cfd 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,8 @@ Version Information =================== Version 3.7.1.1 + 1. Fix Collapsed topics format zoom issue - CONTRIB-7893. + 2. Adjust position of 'view only' icon. Version 3.7.1.0 1. Add missing Moodle define. diff --git a/styles.css b/styles.css index 769fd394..5824023e 100644 --- a/styles.css +++ b/styles.css @@ -46,6 +46,7 @@ .course-content ul.ctopics li.section.main, .course-content ul.ctopics li.tcsection { + border-bottom: 0; list-style: none; margin: 4px 1px 1px 1px; padding: 0; @@ -542,6 +543,7 @@ body#page-course-edit.lang-en_ar select#id_toggleiconset option { .course-content ul.ctopics li.section .right { line-height: 1.3; + margin-top: 1rem; } .course-content ul.ctopics li.section .right a {