From 4d2c64067de7f424cbaff00979c07663d8745553 2016-04-03 11:54:15 From: Jean-Philippe Lang Date: 2016-04-03 11:54:15 Subject: [PATCH] % 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 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index fc7d378..6aa5646 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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; }