Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#982 closed enhancement (fixed)

ticket.css improvements (width and color)

Reported by: anonymous Owned by: Christopher Lenz
Priority: lowest Milestone: 0.9
Component: ticket system Version: 0.8
Severity: normal Keywords: layout
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christopher Lenz)

The space between the TH's and TD's in Ticket header are too wide by default. This breaks UI convention of keeping like items close together (some might argue).

The attached ticket.css is the version we're using, which makes the TH font color black (easier to read on our laptops), and brings the TD section close to the TH (for example, "Priority:" and "normal" are much closer together, now, than they were before).

Hrm, looks like I can't attach a file here. :) This is the new line in ticket.css: #ticket th { width: 100px; color: #000; font-weight: normal; text-align: left }

(width added, color changed)

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 19 years ago

Description: modified (diff)
Milestone: 0.9
Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

You can attach files, but only after the ticket has been created.

comment:2 by Christopher Lenz, 19 years ago

Keywords: layout added
Resolution: fixed
Status: assignedclosed

I've checked in a related change in [1098]. Not exactly the change you proposed, because:

  • Setting a fixed width in pixels doesn't play nicely with variable font sizes (set relative width instead)
  • Changing the label color to black removes the visual differentiation between labels and values (made darker but not quite black)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.