Skip to content

Commit

Permalink
Add Styling for Links as Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
1letter committed Jun 18, 2022
1 parent c58d8a9 commit 2081773
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<q i18n:name="context_title" tal:content="context/Title">title</q>
</h1>

<a class="link-parent"
<a class="link-parent btn btn-success" role="button"
tal:attributes="href context/absolute_url"
i18n:translate="return_to_view">
Return
</a>

<div class="alert alert-info"
<div class="alert alert-info mt-3"
role="status"
tal:condition="plone_view/isDefaultPageInFolder|nothing">
<strong i18n:translate="">
Expand Down

0 comments on commit 2081773

Please sign in to comment.