Closed (fixed)
Project:
Seven
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2010 at 20:50 UTC
Updated:
15 Jan 2026 at 12:19 UTC
Jump to comment: Most recent
Comments
Comment #1
mcrittenden commentedWhoa, that's a crazy one. I'm not really sure how that could be due to the theme itself, and if it is, I'd have no idea how to debug without being able to reproduce. That in mind, I'm marking needs more info for now.
Comment #2
Hobbes-2 commentedYes, I agree, it's hard to reproduce. I have the same problem on another mac here at work.
I will make some test with Firebug, maybe I can help you (I will try to find the bug). And if you need me to make some text, do not hesitate to write me.
P.s: The bug is also only on Drupal 6, I cannot reproduce this on Drupal 7.
Comment #3
Hobbes-2 commentedthe problem seem to be the th border.
I can fix the problem in firefox with this :
In pretty.css add :
table td {
border-width: 1px;
border-style: solid;
border-color: #bebfb9;
}
Comment #4
mcrittenden commentedChanging status for when I have a second.
Comment #5
mcrittenden commentedHmm, can't really add a border on all table cells, as that would change the look of pages like admin/content/node pretty drastically. Any other fixes for your problem you'd like to see implemented?
Comment #6
mcrittenden commentedComment #7
avpaderno