Modify ↓
Opened 20 years ago
Closed 19 years ago
#1261 closed defect (fixed)
Layout problem in Ticket view
Reported by: | cdupuis | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | ticket system | Version: | devel |
Severity: | minor | Keywords: | layout |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Under the topic 'Change properties' the descripton textarea does not fit in the surrounding box (see attached screenshot) using Firefox 1.0.1. In IE 6 the page looks good.
Attachments (1)
Change History (5)
by , 20 years ago
Attachment: | ticket.PNG added |
---|
comment:1 by , 20 years ago
Description: | modified (diff) |
---|---|
Keywords: | layout added |
Milestone: | → 0.9 |
Owner: | changed from | to
Priority: | normal → low |
Status: | new → assigned |
comment:2 by , 20 years ago
Description: | modified (diff) |
---|
comment:3 by , 19 years ago
What about removing the float property?
-
htdocs/css/trac.css
263 263 .wikitoolbar { 264 264 border: solid #d7d7d7; 265 265 border-width: 1px 1px 1px 0; 266 float: left;266 width: 156px; 267 267 height: 18px; 268 268 } 269 269 .wikitoolbar :link, .wikitoolbar :visited {
It seems to solve the problem.
Apparently, the float: left
was there for IExplorer,
so that the toolbar size doesn't expand to the full line.
But as we are displaying an image, the fixed width that
is needed can be estimated.
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be fixed in [1833].
Note:
See TracTickets
for help on using tickets.
#1219 has been marked as duplicate of this ticket.