Change width for site map frontend, add link for more in announcement widget

This commit is contained in:
Christophe Vilayphiou 2012-08-06 18:41:29 +08:00
parent 292105bdf1
commit c8dcc9734d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
$(document).ready(function(){
$('.site-map').masonry({
itemSelector: '.map-block',
columnWidth: 260,
columnWidth: 220,
isAnimated: true
});
});

View File

@ -5,7 +5,7 @@
</div>
<div class="news_block">
<h3 class="news_title2"><%= t("announcement.bulletins") %></h3>
<h3 class="news_title2"><%= link_to t("announcement.bulletins"), panel_announcement_front_end_bulletins_path, :class => 'more' %></h3>
<ul id='bulletins_web_links_bulletins' class="news_list">
<%= render 'bulletins' if @bulletins %>
</ul>