Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
5ad6a28e
Commit
5ad6a28e
authored
7 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Fixed imagearea setting due to changes in Moodle core.
parent
52282da6
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+1
-0
1 addition, 0 deletions
CHANGES.md
scss/post.scss
+0
-2
0 additions, 2 deletions
scss/post.scss
templates/imagearea.mustache
+5
-9
5 additions, 9 deletions
templates/imagearea.mustache
with
6 additions
and
11 deletions
CHANGES.md
+
1
−
0
View file @
5ad6a28e
...
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
*
2018-05-16 - Fixed imagearea setting due to changes in Moodle core.
*
2018-05-16 - Fixed CSS rules for block icons due to changes in the classes in Moodle core.
*
2018-05-15 - Fixed setting for footnote due to changes in Moodle core.
*
2018-05-15 - Fixed setting for dark navbar due to changes in Moodle core.
...
...
This diff is collapsed.
Click to expand it.
scss/post.scss
+
0
−
2
View file @
5ad6a28e
...
...
@@ -728,8 +728,6 @@ a[href^="mailto"]::before {
* Image area.
*/
.imagearea
{
text-align
:
center
;
background-color
:
$gray-dark
;
border-top
:
1px
solid
#fff
;
img
{
...
...
This diff is collapsed.
Click to expand it.
templates/imagearea.mustache
+
5
−
9
View file @
5ad6a28e
...
...
@@ -34,13 +34,9 @@
}}
<div
class=
"imagearea p-y-1"
>
<div
class=
"container-fluid"
>
<div
class=
"row-fluid"
>
<div
class=
"imagearea d-flex justify-content-center align-self-center flex-wrap pb-3 bg-dark"
>
{{#
imageareafiles
}}
{{#
linkpath
}}
<a
href=
"
{{
linkpath
}}
"
>
{{/
linkpath
}}
<img
src=
"
{{
filepath
}}
"
>
{{#
linkpath
}}
</a>
{{/
linkpath
}}
{{#
linkpath
}}
<a
href=
"
{{
linkpath
}}
"
>
{{/
linkpath
}}
<img
src=
"
{{
filepath
}}
"
class=
"mt-3"
>
{{#
linkpath
}}
</a>
{{/
linkpath
}}
{{/
imageareafiles
}}
</div>
</div>
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment