diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-02-22 11:04:17 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-02-22 11:04:17 +0000 |
commit | 7342a00e0a98489d6bb1c5e9feca6e483eb0185c (patch) | |
tree | 45ee528b81521dbba79cca1705cc51701aaf00fa /public | |
parent | 0123f7cde0c3d8b61886c4d2916095ff94011d5b (diff) | |
download | redmine-7342a00e0a98489d6bb1c5e9feca6e483eb0185c.tar.gz redmine-7342a00e0a98489d6bb1c5e9feca6e483eb0185c.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 4 insertions, 0 deletions
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); } |