From 7342a00e0a98489d6bb1c5e9feca6e483eb0185c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 22 Feb 2009 11:04:17 +0000 Subject: Slight changes to the files list (#2658, #2806). * Adds a link to the version * Moves styles to the stylesheet * Indent the files git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2515 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6ab3422bc..d13739573 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -110,6 +110,10 @@ tr.entry.file td.filename a { margin-left: 16px; } tr.changeset td.author { text-align: center; width: 15%; } tr.changeset td.committed_on { text-align: center; width: 15%; } +tr.file td { text-align: center; } +tr.file td.filename { text-align: left; padding-left: 24px; } +tr.file td.digest { font-size: 80%; } + tr.message { height: 2.6em; } tr.message td.last_message { font-size: 80%; } tr.message.locked td.subject a { background-image: url(../images/locked.png); } -- cgit v1.2.3