From 58a36e3604372e0ade54b3e12f2bc29f4b729f3b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 25 Dec 2006 10:14:24 +0000 Subject: attachments list on issues/show: * "delete" form replaced by link_to * added css class for attachment icon git-svn-id: http://redmine.rubyforge.org/svn/trunk@112 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index b2fbee0d4..194be1991 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -143,6 +143,7 @@ background-color: #80b0da; .folder { background-image: url(../images/folder.png); } .file { background-image: url(../images/file.png); } +.attachment { background-image: url(../images/attachment.png); } /**************** Content styles ****************/ -- cgit v1.2.3