diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-13 03:55:21 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-13 03:55:21 +0000 |
commit | d65c3d438d28638f3d0af87e5aa2a0519b385f3c (patch) | |
tree | 498d792ac19dc79b654f54634bc5c176bcb06560 /public | |
parent | 625b7d905181a3b04fb490ab21061742f7c3957f (diff) | |
download | redmine-d65c3d438d28638f3d0af87e5aa2a0519b385f3c.tar.gz redmine-d65c3d438d28638f3d0af87e5aa2a0519b385f3c.zip |
scm: git: show only filename and filesize if setting of reporting last commit is disable (#8365, #7047).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5775 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 862ba460b..47eb839c8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -145,10 +145,12 @@ tr.issue.idnt-9 td.subject {padding-left: 12.5em;} tr.entry { border: 1px solid #f8f8f8; } tr.entry td { white-space: nowrap; } tr.entry td.filename { width: 30%; } +tr.entry td.filename_no_report { width: 70%; } tr.entry td.size { text-align: right; font-size: 90%; } tr.entry td.revision, tr.entry td.author { text-align: center; } tr.entry td.age { text-align: right; } tr.entry.file td.filename a { margin-left: 16px; } +tr.entry.file td.filename_no_report a { margin-left: 16px; } tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;} tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);} |