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
7f573ed3
Commit
7f573ed3
authored
6 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted styles for the imagearea due to upstream changes in Boost.
parent
1736c27a
Branches
Branches containing commit
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
+1
-0
1 addition, 0 deletions
scss/post.scss
templates/imagearea.mustache
+1
-1
1 addition, 1 deletion
templates/imagearea.mustache
with
3 additions
and
1 deletion
CHANGES.md
+
1
−
0
View file @
7f573ed3
...
@@ -6,6 +6,7 @@ Changes
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
### Unreleased
*
2019-01-28 - Adjusted styles for the imagearea due to upstream changes in Boost.
*
2019-01-25 - Adjusted login.mustache template due to upstream changes in theme Boost.
*
2019-01-25 - Adjusted login.mustache template due to upstream changes in theme Boost.
*
2019-01-25 - Adjusted header.mustache template due to upstream changes in theme Boost.
*
2019-01-25 - Adjusted header.mustache template due to upstream changes in theme Boost.
*
2019-01-25 - Adjusted loginform.mustache template due to upstream changes in theme Boost.
*
2019-01-25 - Adjusted loginform.mustache template due to upstream changes in theme Boost.
...
...
This diff is collapsed.
Click to expand it.
scss/post.scss
+
1
−
0
View file @
7f573ed3
...
@@ -791,6 +791,7 @@ a[href^="mailto"]::before {
...
@@ -791,6 +791,7 @@ a[href^="mailto"]::before {
*/
*/
.imagearea
{
.imagearea
{
border-top
:
1px
solid
#fff
;
border-top
:
1px
solid
#fff
;
flex-shrink
:
0
;
img
{
img
{
/* If setting imageareaitemsmaxheight is not empty. */
/* If setting imageareaitemsmaxheight is not empty. */
...
...
This diff is collapsed.
Click to expand it.
templates/imagearea.mustache
+
1
−
1
View file @
7f573ed3
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
}}
}}
<div
class=
"imagearea d-flex justify-content-center
align-self-center
flex-wrap pb-3 bg-dark"
>
<div
class=
"imagearea d-flex justify-content-center flex-wrap pb-3 bg-dark"
>
{{#
imageareafiles
}}
{{#
imageareafiles
}}
{{#
linkpath
}}
<a
href=
"
{{
linkpath
}}
"
>
{{/
linkpath
}}
<img
src=
"
{{
filepath
}}
"
class=
"mt-3"
>
{{#
linkpath
}}
</a>
{{/
linkpath
}}
{{#
linkpath
}}
<a
href=
"
{{
linkpath
}}
"
>
{{/
linkpath
}}
<img
src=
"
{{
filepath
}}
"
class=
"mt-3"
>
{{#
linkpath
}}
</a>
{{/
linkpath
}}
{{/
imageareafiles
}}
{{/
imageareafiles
}}
...
...
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