Fixed menu icon and added activity icon font icon

pull/6827/head
Sebastian Schuster 11 years ago
parent 7e2e8225b9
commit 830c9a2c2f
  1. 4
      app/assets/stylesheets/documents/documents.css.erb
  2. 2
      lib/open_project/documents/engine.rb

@ -1 +1,3 @@
dt.document { background-image: url(<%= asset_path 'changeset.png' %>); }
dt.document:before {
content: "\e006";
}

@ -22,7 +22,7 @@ module OpenProject::Documents
{ :controller => '/documents', :action => 'index' },
:param => :project_id,
:caption => :label_document_plural,
:html => { :css => 'icon2 icon-book1' }
:html => { :class => 'icon2 icon-book1' }
permission :manage_documents, {:documents => [:new, :create, :edit, :update, :destroy, :add_attachment]}, :require => :loggedin
permission :view_documents, :documents => [:index, :show, :download]

Loading…
Cancel
Save