From 87917ec69958a0684631ceac5366135972208179 Mon Sep 17 00:00:00 2001 From: "Florian Will [mac]" <florian.will@sgalinski.de> Date: Sat, 21 Dec 2024 20:45:01 +0100 Subject: [PATCH] [TASK] fixed spacing between icon and buttonbar --- Resources/Private/Partials/BaseDocHeader.html | 2 +- Resources/Public/StyleSheets/backend.css | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Partials/BaseDocHeader.html b/Resources/Private/Partials/BaseDocHeader.html index a3914edf..622fa829 100644 --- a/Resources/Private/Partials/BaseDocHeader.html +++ b/Resources/Private/Partials/BaseDocHeader.html @@ -8,7 +8,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=" height: 25.75px; margin-right: 0.5rem;"/> </a> <f:render partial="Backend/ButtonBar" arguments="{buttons:docHeader.buttons.right}"/> </div> diff --git a/Resources/Public/StyleSheets/backend.css b/Resources/Public/StyleSheets/backend.css index cb7b1604..e5504009 100644 --- a/Resources/Public/StyleSheets/backend.css +++ b/Resources/Public/StyleSheets/backend.css @@ -6,9 +6,10 @@ margin-top: 10px; } -.btn-sm { - margin-left: 5px; -} +/*removed because it obstructed the dochead if needed can be put back but then dochead has margin in buttonbar*/ +/*.btn-sm {*/ +/* margin-left: 5px;*/ +/*}*/ .editor-description { padding: 10px; -- GitLab