Skip to content
Snippets Groups Projects
Commit e1165c41 authored by Florian Will's avatar Florian Will
Browse files

[TASK] fixed spacing between icon and buttonbar

parent a4a72d7c
No related branches found
No related tags found
1 merge request!64Feature 5168 unify root page selector
......@@ -50,7 +50,7 @@
<div class="module-docheader-bar-column-right" style="display: flex; align-items: center;">
<a href="https://www.sgalinski.de/" target="_blank" rel="noopener noreferrer"
title="Created by the TYPO3 agency sgalinski">
<img src="{f:uri.resource(path: 'Icons/logo-icon.svg')}" alt="Sgalinski Logo" style="width: 34px; height: 25.75px;" />
<img src="{f:uri.resource(path: 'Icons/logo-icon.svg')}" alt="Sgalinski Logo" style="margin-right: 0.5rem; height: 25.75px;" />
</a>
<f:render partial="ButtonBar" arguments="{buttons:docHeader.buttons.right}" />
</div>
......
......@@ -28,7 +28,7 @@
<div class="module-docheader-bar-column-right" style="display: flex; align-items: center;">
<a href="https://www.sgalinski.de/" target="_blank" rel="noopener noreferrer"
title="Created by the TYPO3 agency sgalinski">
<img src="{f:uri.resource(path: 'Icons/logo-icon.svg')}" alt="Sgalinski Logo" style="width: 34px; height: 25.75px;" />
<img src="{f:uri.resource(path: 'Icons/logo-icon.svg')}" alt="Sgalinski Logo" style="margin-right: 0.5rem; height: 25.75px;" />
</a>
<f:render partial="ButtonBar" arguments="{buttons:docHeader.buttons.right}" />
</div>
......
......@@ -76,7 +76,7 @@
<div class="module-docheader-bar-column-right" style="display: flex; align-items: center;">
<a href="https://www.sgalinski.de/" target="_blank" rel="noopener noreferrer"
title="Created by the TYPO3 agency sgalinski">
<img src="{f:uri.resource(path: 'Icons/logo-icon.svg')}" alt="Sgalinski Logo" style="width: 34px; height: 25.75px;" />
<img src="{f:uri.resource(path: 'Icons/logo-icon.svg')}" alt="Sgalinski Logo" style="margin-right: 0.5rem; height: 25.75px;" />
</a>
<f:render partial="ButtonBar" arguments="{buttons:docHeader.buttons.right}" />
</div>
......
......@@ -28,7 +28,7 @@
<a href="https://www.sgalinski.de/" target="_blank" rel="noopener noreferrer"
title="Created by the TYPO3 agency sgalinski">
<img src="{f:uri.resource(path: 'Icons/logo-icon.svg')}" alt="Sgalinski Logo"
style="width: 34px; height: 25.75px;"/>
style="margin-right: 0.5rem; height: 25.75px;"/>
</a>
<f:render partial="ButtonBar" arguments="{buttons:docHeader.buttons.right}"/>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment