Fix pencil button styling
Co-Authored-By: andibuls <andibuls@users.noreply.github.com> Co-Authored-By: Max Oerter <mahgs@users.noreply.github.com> Co-Authored-By: Christoph <churl@users.noreply.github.com>
This commit is contained in:
@ -33,9 +33,10 @@
|
||||
<div>
|
||||
<div class="shadow-sm p-4 col-8" style="border: 10px solid aliceblue; display: inline-block; border-radius: 5px; background: aliceblue">
|
||||
<div class="row">
|
||||
<h1 style="color: black; font-weight: bold; font-optical-sizing: auto; overflow-wrap: break-word" th:text="${group.getTitle()}"></h1>
|
||||
<h1 style="color: black; font-weight: bold; font-optical-sizing: auto; overflow-wrap: break-word; width: 95%" th:text="${group.getTitle()}"></h1>
|
||||
<a th:href="@{/gruppen2/details/changeMetadata/{id}(id=${group.getId()})}"
|
||||
class="fa fa-pencil" style="font-size:30px" th:if="${roles.get(user.getId()) == admin}"></a>
|
||||
class="fa fa-pencil" style="font-size:30px; width: 5%"
|
||||
th:if="${roles.get(user.getId()) == admin}"></a>
|
||||
</div>
|
||||
<h3>
|
||||
<span class="badge badge-pill badge-dark" style="background: darkslategray"
|
||||
|
Reference in New Issue
Block a user