I mean the column width for the columns in the top table. Like, for example, maybe make the ID column 10px wide and the other Action column around 200px wide and I guess the others would expand with what room is left
--------------- Added [DATE]1324623736[/DATE] at [TIME]1324623736[/TIME] ---------------
Figured that out as well. Got the code from admincp/block.php
What I did was, above:
PHP Code:
print_table_header("Quotes", 4);
I added:
PHP Code:
print_column_style_code(array('width:50px', '', '', 'width:100px'));
Looks better now