I tried opening a ticket about this, but I'm not sure how you set up an
account on https://issues.apache.org/bloodhound .

I'm using 0.5.3 and all the diff views show the titles in the #overview
section as way over on the far left.  If you look in diff.css you can see
this:

#overview dt.property {
font-weight: bold;
padding-right: .25em;
position: absolute; /* relies on #content { position: relative } */
left: 0;
text-align: right;
width: 7.75em;
}

Well, there's no "#content { position: relative }" in the CSS that's loaded
for bloodhound.  It seems to exist in trac.css which is not loaded.  So, a
quick fix would be to add that short rule into one of the CSS being loaded
(such as bloodhound.css).

Here's a link with an example of the problem:
https://issues.apache.org/bloodhound/ticket/513?action=diff&version=1  (on
the far left is  "Timestamp", "Author", and "Comment")

- Tim

Reply via email to