Skip to content

Commit

Permalink
Fix 'Edit quiz page displays oddly'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 29, 2015
1 parent 05cf527 commit 1ba30a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ Version 2.9.1.3
1. Removed MyMobile theme support as theme has passed away.
2. Fix CONTRIB-5817.
3. Update readme.
4. Fix 'Edit quiz page displays oddly' - https://moodle.org/mod/forum/discuss.php?d=317476.

Version 2.9.1.2.
1. Fixed coding fault when restoring a course from backup file.
Expand Down
10 changes: 5 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -643,24 +643,24 @@ body.format-topcoll .course-content ul.ctopics li.section .summary.summaryalways
padding-top: 10px;
}

body.format-topcoll.editing .section .activity .contentwithoutlink, body.format-topcoll.editing .section .activity .activityinstance {
body.format-topcoll.editing ul.ctopics .section .activity .contentwithoutlink, body.format-topcoll.editing ul.ctopics .section .activity .activityinstance {
padding-right: 0px;
display: inline;
}

body.format-topcoll.editing.dir-rtl .section .activity .contentwithoutlink, body.format-topcoll.editing.dir-rtl .section .activity .activityinstance {
body.format-topcoll.editing.dir-rtl ul.ctopics .section .activity .contentwithoutlink, body.format-topcoll.editing.dir-rtl ul.ctopics .section .activity .activityinstance {
padding-left: 0px;
}

body.format-topcoll.editing .section .activity .actions {
body.format-topcoll.editing ul.ctopics .section .activity .actions {
position: relative;
}

body.format-topcoll.editing #region-main .moodle-actionmenu ul.menubar {
body.format-topcoll.editing #region-main ul.ctopics .moodle-actionmenu ul.menubar {
display: none;
}

body.format-topcoll.editing.jsenabled #region-main .moodle-actionmenu[data-enhance] ul.menubar {
body.format-topcoll.editing.jsenabled #region-main ul.ctopics .moodle-actionmenu[data-enhance] ul.menubar {
display: inline-block;
}

Expand Down

0 comments on commit 1ba30a0

Please sign in to comment.