Opened 18 years ago
Closed 17 years ago
#3136 closed defect (fixed)
widgets.css - Calendar & Clocks
Reported by: | karsu [[ at ]] kuosa { dot } net | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | minor | Keywords: | css |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Current css:
.clockbox { width:9em; }
Better css for multilanguage and long header text than 'Time'.
.clockbox { width:auto; }
Change History (3)
comment:1 by , 18 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Design decision needed |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [6210]: Set .clockbox admin widget to auto width to allow for longer headers in other languages.