Defect #20882
closed
% done: progress bar blocked at 80 in the issue list
Added by Jérôme BATAILLE about 9 years ago.
Updated over 8 years ago.
Description
It's because of a css right padding in /public/stylesheets/rtl.css :
/***** Tables *****/
table.list td {padding-left:0px; padding-right:10px;}
A fix :
table.list table.progress td {
padding-right:0px;
}
Files
Sorry, I can't fix the description :
A fix to put in public/stylesheets/application.css :
table.list table.progress td {
padding-right:0px;
}
- Description updated (diff)
- Category deleted (
Issues)
- Status changed from New to Needs feedback
rtl.css is for Right-to-left (Arabic etc.), right?
Toshi MARUYAMA wrote:
rtl.css is for Right-to-left (Arabic etc.), right?
You're right ! the same instruction to override is in application.css :
table.list td {text-align:center; vertical-align:top; padding-right:10px;}
Hi, can you check this simple patch ?
@Jérôme BATAILLE:
Could you please attach screenshots? (before and after). After I see it, I will set target version.
Go MAEDA wrote:
Could you please attach screenshots? (before and after). After I see it, I will set target version.
here they are :
- without patch
- with patch
- Status changed from Needs feedback to Confirmed
- Target version set to 3.2.2
Sorry, I cannot see any difference in note-7 with and without.
I got it.
Yes it's just a tiny difference.
- Subject changed from % done : progress bar blocked at 80 to % done: progress bar blocked at 80 in the issue list
- Status changed from Confirmed to Closed
- Assignee set to Jean-Philippe Lang
- Target version changed from 3.2.2 to 3.3.0
- Resolution set to Fixed
Also available in: Atom
PDF