Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
79f41197
Commit
79f41197
authored
Feb 22, 2018
by
Thomas Löffler
Browse files
Add bottom margin to map
parent
87945153
Pipeline
#3668
passed with stages
in 4 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3org_layout/Resources/Private/Extensions/SfEventMgt/Templates/Event/Detail.html
View file @
79f41197
...
...
@@ -117,8 +117,10 @@
</div>
<f:if
condition=
"{event.location}"
>
<div
class=
"container-fluid"
>
<div
class=
"embed-responsive embed-responsive-21by9"
>
<iframe
class=
"embed-responsive-item"
frameborder=
"0"
scrolling=
"no"
marginheight=
"0"
marginwidth=
"0"
src=
"https://maps.google.com/maps?q={event.location.longitude},{event.location.latitude}&hl=es;z=14&output=embed"
></iframe>
<div
class=
"row mb-3"
>
<div
class=
"embed-responsive embed-responsive-21by9"
>
<iframe
class=
"embed-responsive-item"
frameborder=
"0"
scrolling=
"no"
marginheight=
"0"
marginwidth=
"0"
src=
"https://maps.google.com/maps?q={event.location.longitude},{event.location.latitude}&hl=es;z=14&output=embed"
></iframe>
</div>
</div>
</div>
</f:if>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment