Skip to content

Commit

Permalink
Fix #25.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Oct 16, 2016
1 parent c686cd3 commit c32aba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===================
Version 3.1.1.3
1. Improve and fix responsive column layouts.
2. Cursor style in M3.1 when not editing - #25.

Version 3.1.1.2
1. Fix toggle operating when editing the section name inline.
Expand Down
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,9 @@ body.format-topcoll.editing.jsenabled #region-main ul.ctopics .moodle-actionmenu
padding: 0 0;
}

/* -- The width of a section name in a Toggle -- */
/* -- The Toggle -- */
.course-content ul.ctopics li.section .content .toggle {
cursor: pointer;
width: 100%;
}

Expand Down

0 comments on commit c32aba4

Please sign in to comment.