Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Fix #843 - Add an activity or resource popup display.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Oct 29, 2017
1 parent f9915e4 commit 94fa372
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ New in 3.2.1.4
- FIX: Side pre block text colour when 'linkadmincategories' is unticked.
- FIX: Above setting for 'coursetitleposition' does not work on 'incourse' / two column content pages.
- FIX: Issue #842: Would it be possible to change a private to a protected?
- FIX: Issue #843: Add an activity or resource popup display.

New in 3.2.1.3
==============
Expand Down
16 changes: 16 additions & 0 deletions less/moodle-fixes/core.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// @package theme_essential.
// @copyright 2016 Gareth J Barnard.
// @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.

/* Moodle fixes core begin */

/* Only set these options if we're showing the js container */
.jschooser .choosercontainer #chooseform .alloptions {
.option {
.typename {
display: inline;
}
}
}

/* Moodle fixes core end */
1 change: 1 addition & 0 deletions less/moodle-fixes/moodle-fixes.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

/* Moodle fixes begin */
@import "blocks.less";
@import "core.less";
@import "dock.less";
@import "forms.less";
@import "message.less";
Expand Down
6 changes: 6 additions & 0 deletions style/essential.css
Original file line number Diff line number Diff line change
Expand Up @@ -19181,6 +19181,12 @@ html[dir='rtl'] .tree_item a {
unicode-bidi: embed;
}
/* Moodle fixes blocks end */
/* Moodle fixes core begin */
/* Only set these options if we're showing the js container */
.jschooser .choosercontainer #chooseform .alloptions .option .typename {
display: inline;
}
/* Moodle fixes core end */
/* Moodle fixes dock begin */
#dockeditempanel .dockeditempanel_hd h2 {
float: none;
Expand Down

0 comments on commit 94fa372

Please sign in to comment.