Opened 20 years ago
Closed 18 years ago
#1013 closed defect (fixed)
Preference of timeline is too wide
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | timeline | Version: | 0.8 |
Severity: | minor | Keywords: | layout |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Preference box of top-right on timeline page is too wide for me because most recent entries are folded and hard to see them. I suggest it should be more compact like this.
View changes from [2004/12/02] and [ 30] days back. [x] Ticket changes [x] Repository checkins [x] Wiki changes [x] Milestones [Update]
Attachments (0)
Change History (5)
comment:1 by , 20 years ago
Keywords: | layout added |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
TIPs. If you are using firefox/mozilla, you can force width of preference without modifying template or style sheet.
Place following lines into your ${profile_dir}/chrome/userContent.css
file.
/* Limit width Trac's timeline preference */ div#content.timeline form#prefs div { width: 150px; }
This is usefull for browsing public trac site (e.g. edgewall.com).
comment:4 by , 18 years ago
Milestone: | → 0.11 |
---|
Having by default a narrower timeline option box is certainly possible.
(I'm original reporter.)
How about this patch which is I'm using. It's comfortable for me. only for me?