gallery update

This commit is contained in:
devin 2012-08-22 16:46:37 +08:00 committed by Christophe Vilayphiou
parent 4b6eebba7c
commit 29c5126455
2 changed files with 7 additions and 1 deletions

View File

@ -538,3 +538,10 @@
.o_gallery .rgbody, .o_album .rgbody {
padding: 10px 8px;
}
#categories .add-album .control-label {
text-align: left;
width: 100px;
padding-left: 12px;
padding-right: 12px;
}

View File

@ -4,7 +4,6 @@
<li class="text-blue"><%= t('gallery.edit') %></li>
</ul>
<ul class="nav nav-tabs">
<%# @site_valid_locales.each_with_index do |locale, i| %>
<% @site_valid_locales.each_with_index do |locale, i| %>
<li <%= ( i == 0 ) ? " class='active'" : '' %>><a data-toggle="tab" href=".<%= locale %>"><%= I18nVariable.from_locale(locale) %></a></li>
<% end %>