Skip to content
Snippets Groups Projects
Commit bb5c3290 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Fixing position of reset all button

parent 37a5e6e5
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@
</div>
<div class="module-docheader-bar-column-right">
<f:if condition="{mode} == 'editor'">
<f:link.action class="reset-btn btn-danger btn form-group" action="reset" arguments="{template: selectedTemplateKey, extensionKey: selectedTemplate.extension}">{f:translate(key:'backend.button_reset_all')}</f:link.action>
<f:link.action class="reset-btn reset-all-btn btn-danger btn form-group" action="reset" arguments="{template: selectedTemplateKey, extensionKey: selectedTemplate.extension}">{f:translate(key:'backend.button_reset_all')}</f:link.action>
</f:if>
</div>
</div>
......
.module-docheader-bar-column-right {
margin: 12px;
}
.btn-save-backend {
margin-top: 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