1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

% done: progress bar blocked at 80 in the issue list (#20882).

Patch by Jérôme BATAILLE.

git-svn-id: http://svn.redmine.org/redmine/trunk@15291 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-04-03 11:54:15 +00:00
parent 33720d5fbe
commit 4d2c64067d

View File

@ -150,6 +150,7 @@ table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
table.list td.buttons a { margin-right: 0.6em; }
table.list td.buttons img {vertical-align:middle;}
table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
table.list table.progress td {padding-right:0px;}
table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
tr.project td.name a { white-space:nowrap; }