Opened 20 years ago
Closed 20 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 )
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 , 20 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 0.9 |
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 20 years ago
Keywords: | layout added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
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)
You can attach files, but only after the ticket has been created.