Announcement

Collapse
No announcement yet.

Web Access - How to change minimum table width

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Web Access - How to change minimum table width

    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

  • #2
    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.

    Comment

    Working...
    X