Merge pull request #3027 from microweb10/issue-3026

Improve action buttons aspect for small screens
This commit is contained in:
Alberto
2018-11-12 15:38:13 +01:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<th><%= t("admin.geozones.geozone.external_code") %></th>
<th><%= t("admin.geozones.geozone.census_code") %></th>
<th><%= t("admin.geozones.geozone.coordinates") %></th>
<th><%= t("admin.actions.actions") %></th>
<th class="small-3"><%= t("admin.actions.actions") %></th>
</tr>
</thead>

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 class="small-2"><%= t("admin.shared.actions") %></th>
<th class="small-3"><%= t("admin.shared.actions") %></th>
</tr>
</thead>
<tbody>

View File

@@ -9,7 +9,7 @@
<th class="small-2"><%= t("admin.newsletters.index.subject") %></th>
<th><%= t("admin.newsletters.index.segment_recipient") %></th>
<th><%= t("admin.newsletters.index.sent") %></th>
<th class="small-4"><%= t("admin.newsletters.index.actions") %></th>
<th class="small-5"><%= t("admin.newsletters.index.actions") %></th>
</tr>
</thead>
<tbody>

View File

@@ -14,7 +14,7 @@
<th scope="col"><%= t("admin.valuators.index.email") %></th>
<th scope="col"><%= t("admin.valuators.index.description") %></th>
<th scope="col"><%= t("admin.valuators.index.group") %></th>
<th scope="col" class="small-2"><%= t("admin.actions.actions") %></th>
<th scope="col" class="small-3"><%= t("admin.actions.actions") %></th>
</thead>
<tbody>
<% @valuators.each do |valuator| %>