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,7 +20,7 @@
20 :alt => _('The "%s" template')) %> 20 :alt => _('The "%s" template')) %>
21 <% end %> 21 <% end %>
22 </td> 22 </td>
23 - <td <%= 'class="selected template"' if selected %>> 23 + <td <%= 'class="selected template"' if selected %> style='vertical-align: top;'>
24 <% if template %> 24 <% if template %>
25 <strong><%= template.id %> <%= _('(current)') if selected %></strong> 25 <strong><%= template.id %> <%= _('(current)') if selected %></strong>
26 <br/> 26 <br/>
@@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
57 :alt => (_('The "%s" theme.') % theme.name)) %> 57 :alt => (_('The "%s" theme.') % theme.name)) %>
58 <% end %> 58 <% end %>
59 </td> 59 </td>
60 - <td <%= 'class="selected theme"' if selected %>> 60 + <td <%= 'class="selected theme"' if selected %> style='vertical-align: top'>
61 <% if theme %> 61 <% if theme %>
62 <strong><%= theme.name %> <%= _('(current)') if selected %></strong><br/> 62 <strong><%= theme.name %> <%= _('(current)') if selected %></strong><br/>
63 <%= link_to(_('Use this theme'), :action => 'set', :id => theme.id) unless selected %> 63 <%= link_to(_('Use this theme'), :action => 'set', :id => theme.id) unless selected %>