Revision b247fd58
Added by Marc Dequènes almost 16 years ago
- ID b247fd581da6d37ef4219518e093eec64a04229d
app/views/admin/artworks/index.rhtml | ||
---|---|---|
<td><%= link_to_resource artwork, artwork.title %></td>
|
||
<td><%= artwork.artwork_set.name if artwork.artwork_set %></td>
|
||
<td><%= artwork.artwork_group.name if artwork.artwork_group %></td>
|
||
<td><%= display_thumbnail(artwork.image, :thumb_small) %></td>
|
||
<td class="admin_artwork_frame"><%= display_thumbnail(artwork.image, :thumb_small) %></td>
|
||
<td class="resource_children"><%= link_to_children_index artwork, ArtworkStepImage, _("View Steps") %></td>
|
||
<td class="actions"><%= display_standard_item_actions(artwork) %></td>
|
||
</tr>
|
public/stylesheets/default.css | ||
---|---|---|
color: orange;
|
||
}
|
||
|
||
td.admin_artwork_frame {
|
||
text-align: center;
|
||
}
|
||
|
Also available in: Unified diff
[cosmetic] center artwork image in their frame in the arwork admin list