Skip to content

Commit

Permalink
1. Fix Collapsed topics format zoom issue - CONTRIB-7893.
Browse files Browse the repository at this point in the history
2. Adjust position of 'view only' icon.
  • Loading branch information
gjb2048 committed Nov 9, 2019
1 parent 93c4af4 commit ec9aae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit ec9aae1

Please sign in to comment.