Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_jobs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_jobs
Commits
87917ec6
Commit
87917ec6
authored
2 months ago
by
Florian Will
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] fixed spacing between icon and buttonbar
parent
063a43a0
No related branches found
No related tags found
1 merge request
!52
Feature 5168 unify root page selector
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Resources/Private/Partials/BaseDocHeader.html
+1
-1
1 addition, 1 deletion
Resources/Private/Partials/BaseDocHeader.html
Resources/Public/StyleSheets/backend.css
+4
-3
4 additions, 3 deletions
Resources/Public/StyleSheets/backend.css
with
5 additions
and
4 deletions
Resources/Private/Partials/BaseDocHeader.html
+
1
−
1
View file @
87917ec6
...
@@ -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>
This diff is collapsed.
Click to expand it.
Resources/Public/StyleSheets/backend.css
+
4
−
3
View file @
87917ec6
...
@@ -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
;
...
...
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