Skip to content

Commit

Permalink
2.10 (Build: 2017122300)
Browse files Browse the repository at this point in the history
Fixed pop-up self-reflective notes not appearing in front of greyed out background on some themes.
  • Loading branch information
jgramp committed Dec 23, 2017
1 parent 10eb44e commit 477f32e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ The report requires jQuery to be enabled, otherwise sorting and searching will n

---
Change log:
2.10 (Build: 2017122300)
Fixed pop-up self-reflective notes not appearing in front of greyed out background on some themes.

2.9 (Build: 2017112800)
Included modal.js so that self-reflective notes and Turnitin feedback can be added in Moodle 3.3+, regardless of theme.
Removed unused datatables.js files.
Expand Down
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,10 @@ div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collec
outline: none;
}

.path-report-myfeedback .modal-backdrop {
z-index: 0;
}

.path-report-myfeedback .modal-backdrop.in {
opacity: .8;
}
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
* http://bit.ly/IoEAssessmentCareersProject
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$plugin->version = 2017112800;
$plugin->version = 2017122300;
$plugin->component = 'report_myfeedback';
$plugin->requires = 2013111810;
$plugin->release = '2.9 (Build: 2017112800)';
$plugin->release = '2.10 (Build: 2017122300)';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 477f32e

Please sign in to comment.