Modify ↓
Opened 13 years ago
Last modified 13 years ago
#9969 new defect
Button font size is not using standard set in css.ticket for inlinebuttons
Reported by: | Owned by: | Chris Nelson | |
---|---|---|---|
Priority: | normal | Component: | TicketCreateButtonsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I've modified trac.ini to point at the tags as follows:
blockedby.tag = .td[@headers="h_blockedby"]
blockedby.label = New
blockedby.title = Create a new predecessor
blockedby.inherit =
blockedby.link = blocking:id
blocking.tag = .td[@headers="h_blocking"]
blocking.label = New
blocking.title = Create a new successor
blocking.inherit =
blocking.link = blockedby:id
The buttons work correctly but the font size is smaller than all other inlinebuttons.
Attachments (1)
Change History (3)
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | blocks_blocking_create_buttons.png added |
---|
Screenshot of font size issue
Note: See
TracTickets for help on using
tickets.
Replying to wberry@ozmodevices.com:
Can you attach a screen shot?
I suspect this is a difference between the system style sheets in 0.11 and 0.12.