Project

General

Profile

Actions

Defect #179

closed

Table Column # is to narrow and cuts off digits

Added by Andi Becker over 16 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

table.list td.id { width: 2%; text-align: center;}
should be so wide that you can display 4 digits.

Right now the second digit gets cut off when you display it in 974px
width should be at least 5% for 3 digits
and at least 10% for 4 digits.

Especially if you are having lots of issues i.e. in a longer project, then you get easily 4 digits or even more

i.e.
table.list td.id { width: 10%; text-align: center;}

Best of all would be to have it flexible, so that even 6 or more digits will fit if needed.

Actions #1

Updated by Jean-Philippe Lang over 16 years ago

What is your browser and Redmine version/revision ? Did you make
any change to the theme ?
Because I don't have any problem with 6 digit long ids (tested
with firefox 2, ie 6 and opera 8).

Actions #2

Updated by Andi Becker over 16 years ago

Hi

I am using firefox mainly and watching on width 974px

I used the Demo theme you are providing to modify it.

Here is the CSS:
/* load the default Redmine stylesheet /
@import url(../../../stylesheets/application.css);
/
body */
body {margin:auto; width:974px; #111;}

/* add a logo in the header */
#header {
background: #507AAA
url(../images/T3Logistics-Banner80.jpg) no-repeat;
padding-left: 320px;
height: 6.3em;
}

/* move the project menu to the right */
#main-menu {
left: auto;
right: 0px;
}
#wrap {
background: #fff;
}
table.list td.id { width: 10%; text-align: center;}
----------------------

since I added the table.list part it is woverwriting those
5% which is defined in your default.

----------------------
You can see the template here and check the source:
http://www.t3log.info

Actions #3

Updated by Jean-Philippe Lang over 16 years ago

I can reproduce the problem.
Could you post a screenshot with partially hidden ids ?
Btw, nice footer.

Actions #4

Updated by Jean-Philippe Lang over 16 years ago

read: I can't reproduce the problem.

Actions #5

Updated by Jean-Philippe Lang over 16 years ago

Reopen if needed.

Actions

Also available in: Atom PDF