Commit cc507fc78c925912a9785cf5a87cb7117c4bb64d

Authored by Antonio Terceiro
1 parent 89c31c03

Slightly better alignment

(ActionItem1529)
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/themes/index.rhtml
... ... @@ -20,7 +20,7 @@
20 20 :alt => _('The "%s" template')) %>
21 21 <% end %>
22 22 </td>
23   - <td <%= 'class="selected template"' if selected %>>
  23 + <td <%= 'class="selected template"' if selected %> style='vertical-align: top;'>
24 24 <% if template %>
25 25 <strong><%= template.id %> <%= _('(current)') if selected %></strong>
26 26 <br/>
... ... @@ -57,7 +57,7 @@
57 57 :alt => (_('The "%s" theme.') % theme.name)) %>
58 58 <% end %>
59 59 </td>
60   - <td <%= 'class="selected theme"' if selected %>>
  60 + <td <%= 'class="selected theme"' if selected %> style='vertical-align: top'>
61 61 <% if theme %>
62 62 <strong><%= theme.name %> <%= _('(current)') if selected %></strong><br/>
63 63 <%= link_to(_('Use this theme'), :action => 'set', :id => theme.id) unless selected %>
... ...