MantisBT: master ecb3b6ba

Author Committer Branch Timestamp Parent
jreese jreese master 2009-10-30 15:56 master 571ce38b
Changeset

Use floating spans to better position page links

When adding custom columns, the old method of using colspan to place
page links on the right side breaks down, often resulting in page links
broken over multiple lines, with plenty of whitespace to the left.

Rather than trying to add an intelligint column counting algorithm, the
colspan was replaced with a span floated to the right side. We'll leave
it up to the browser to handle overflow.

mod - view_all_inc.php Diff File
mod - css/default.css Diff File