Merge branch 'pulls/692/design-fixes' of github.com:finnlabs/chiliproject into pulls/692/design-fixes

pull/41/head
Romano Licker 13 years ago
commit 9ce27a7ca4
  1. 2
      app/views/issues/index.rhtml
  2. 2
      public/stylesheets/application.css

@ -9,7 +9,7 @@
<%= link_to l(:button_edit), {:controller => 'queries', :action => 'edit', :id => @query}, :class => 'icon icon-edit' %>
<%= link_to l(:button_delete), {:controller => 'queries', :action => 'destroy', :id => @query}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %>
<% end %>
<%= render :partial => 'queries/new_issue_button' %>
<%= link_to(l(:label_issue_new), {:controller => 'issues', :action => 'new', :project_id => @project}, :class => 'icon icon-add') if @project %>
</div>
<% html_title(@query.new_record? ? l(:label_issue_plural) : h(@query.name)) %>

@ -2372,7 +2372,7 @@ fieldset#filters div.add-filter {
border:none;
}
.title-bar .contextual {
padding:0 140px 0 12px;
padding:0 0 0 12px;
position:absolute;
right:10px;
top:0;

Loading…
Cancel
Save