Roundup Tracker - Issues

Message440

Author jkew
Recipients
Date 2002-10-11.13:49:59
Message-id
In-reply-to
When one or more Superceder links are listed below the 
Superceder input, the Nosy List title remains in-place but the Nosy 
List input floats down to remain centred in the table 
cell.

Consistent across IE6, Opera 6.4.

Have fixed 
locally by tweaking style.css to provide the same vertical 
alignment on the td as the th:

table.form td {
  color: 
#333333;
  empty-cells: show;
  /* JK addition: vertical 
alignment consistent with th */
  vertical-align: top;
  /* end JK 
addition */
}
History
Date User Action Args
2009-02-03 14:20:06adminlinkissue621887 messages
2009-02-03 14:20:06admincreate