PDA

View Full Version : Web Access - How to change minimum table width


Alex
10-22-2008, 05:44 PM
Hi!

I would like to introduce the web access of TestLog and I Wonder if there is a way to define the minimum width of the test case table for certain columsn such as the title or the ID. I am not an html-export, so I didn't find the right place in the style.css (if it is the right place to look into).
Internet explorer basically squeezes all columns into one page width. This makes the test case ID and title unreadable and very hard to use.

Can you help me out here please?
Thanks,
Alex

TimR
10-23-2008, 12:42 AM
For the list of test cases in a test suite you can't currently change the individual table cell widths (eg so ID is 100 pixels wide and title is 150) but you can edit the overall size of the table to make the columns a bit bigger by adding

table-layout:fixed;
width=2000px;

to the table.List element in the style sheet and changing the width value to a size that suits you. You can also remove elements and change the order of them in this list by using the TL_TGLIST Customization described in the Templates section of the help file.