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

[TASK] fixed spacing between icon and buttonbar

parent 063a43a0
No related branches found
No related tags found
1 merge request!52Feature 5168 unify root page selector
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<a href="https://www.sgalinski.de/" target="_blank" rel="noopener noreferrer" <a href="https://www.sgalinski.de/" target="_blank" rel="noopener noreferrer"
title="Created by the TYPO3 agency sgalinski"> title="Created by the TYPO3 agency sgalinski">
<img src="{f:uri.resource(path: 'Icons/logo-icon.svg')}" alt="Sgalinski Logo" <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> </a>
<f:render partial="Backend/ButtonBar" arguments="{buttons:docHeader.buttons.right}"/> <f:render partial="Backend/ButtonBar" arguments="{buttons:docHeader.buttons.right}"/>
</div> </div>
...@@ -6,9 +6,10 @@ ...@@ -6,9 +6,10 @@
margin-top: 10px; margin-top: 10px;
} }
.btn-sm { /*removed because it obstructed the dochead if needed can be put back but then dochead has margin in buttonbar*/
margin-left: 5px; /*.btn-sm {*/
} /* margin-left: 5px;*/
/*}*/
.editor-description { .editor-description {
padding: 10px; padding: 10px;
......
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