Modify

Opened 14 years ago

Closed 14 years ago

#6051 closed defect (fixed)

Suggested CSS for Watchlist tables

Reported by: Kaveh Owned by: Martin Scharrer
Priority: normal Component: WatchlistPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I highly recommend that you implement:

td.comment, td.changes, th.summary {
    white-space: normal;
    width: 100%;
}

This is to allow text to wrap in those particular cells when there are a lot of changes, otherwise the table will extend forever and look bad.

Attachments (0)

Change History (2)

comment:1 Changed 14 years ago by Martin Scharrer

Status: newassigned

Thanks for pointing this out. I'm changing the CSS style to wrap the text, however, it seem a little more complicated than your suggested code.

comment:2 Changed 14 years ago by Martin Scharrer

Resolution: fixed
Status: assignedclosed

(In [6906]) css/style.css:: Changed styles to wrap comments and changes columns if browser

window is to small. Fixes #6051.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Martin Scharrer.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.