Skip to content
Snippets Groups Projects
Commit 59f88f60 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#412 - design improvements: buttons are wrapping (accounts and categories page)

parent 12075805
Branches
Tags
No related merge requests found
Pipeline #2065 failed
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<td>${account.getName()}</td> <td>${account.getName()}</td>
<td> <td>
<a href="<@s.url '/accounts/${account.getID()?c}/edit'/>" class="btn-flat no-padding text-color"><i class="material-icons left">edit</i></a> <a href="<@s.url '/accounts/${account.getID()?c}/edit'/>" class="btn-flat no-padding text-color"><i class="material-icons left">edit</i></a>
<a href="<@s.url '/accounts/${account.getID()?c}/requestDelete'/>" class="btn-flat no-padding text-color"><i class="material-icons left">delete</i></a> <a href="<@s.url '/accounts/${account.getID()?c}/requestDelete'/>" class="btn-flat no-padding text-color"><i class="material-icons left no-margin">delete</i></a>
</td> </td>
</tr> </tr>
</#if> </#if>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<td> <td>
<a href="<@s.url '/categories/${category.ID?c}/edit'/>" class="btn-flat no-padding text-color"><i class="material-icons left">edit</i></a> <a href="<@s.url '/categories/${category.ID?c}/edit'/>" class="btn-flat no-padding text-color"><i class="material-icons left">edit</i></a>
<#if (category.getType().name() == "CUSTOM")> <#if (category.getType().name() == "CUSTOM")>
<a href="<@s.url '/categories/${category.ID?c}/requestDelete'/>" class="btn-flat no-padding text-color"><i class="material-icons left">delete</i></a> <a href="<@s.url '/categories/${category.ID?c}/requestDelete'/>" class="btn-flat no-padding text-color"><i class="material-icons left no-margin">delete</i></a>
</#if> </#if>
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment