Fixes styles for admin homepage

This commit is contained in:
decabeza
2018-06-01 18:00:19 +02:00
parent a9eca180a4
commit ef57396f9d
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
<tr id="<%= dom_id(card) %>" class="card">
<tr id="<%= dom_id(card) %>" class="homepage-card">
<td>
<%= card.label %><br>
<%= card.title %>

View File

@@ -5,7 +5,7 @@
<th class="small-4"><%= t("admin.homepage.cards.description") %></th>
<th><%= t("admin.homepage.cards.link_text") %> / <%= t("admin.homepage.cards.link_url") %></th>
<th><%= t("admin.shared.image") %></th>
<th><%= t("admin.shared.actions") %></th>
<th class="small-2"><%= t("admin.shared.actions") %></th>
</tr>
</thead>
<tbody>