Commit 5aa9236799a602e55731e46ce6d350387d3c1372

Authored by Antonio Terceiro
1 parent f2f8e3b1

ActionItem929: minor visual enhancements

app/views/content_viewer/image_gallery.rhtml
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 4
5 5
6 <div class="image-gallery"> 6 <div class="image-gallery">
7 - <p><%= button(:slideshow, _('View as slideshow'), @page.url.merge(:slideshow => true))%></p> 7 + <p><%= button(:slideshow, _('View slideshow'), @page.url.merge(:slideshow => true))%></p>
8 <ul> 8 <ul>
9 <% @images.each do |a| %> 9 <% @images.each do |a| %>
10 <li class="image-gallery-item"> 10 <li class="image-gallery-item">
public/stylesheets/slideshow.css
@@ -3,6 +3,7 @@ body { @@ -3,6 +3,7 @@ body {
3 color:white; 3 color:white;
4 padding-top:20px; 4 padding-top:20px;
5 text-align: center; 5 text-align: center;
  6 + font-family: Verdana, sans-serif;
6 } 7 }
7 8
8 /* These hieghts and widths should be edited to your images */ 9 /* These hieghts and widths should be edited to your images */