Edgewall Software

Opened 9 years ago

Last modified 9 years ago

#11830 closed defect

Editor symbols on history page are too large — at Version 1

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.1.3
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

In comment:22:ticket:6573 it was noted that the icon-only buttons can be too large.

The proposed changes have captioned_button return a span with class trac-symbol or trac-text.

Change History (2)

comment:1 by Ryan J Ollos, 9 years ago

Description: modified (diff)
Summary: The captioned_button function should decorate return content with a classEditor symbols on history page are too large

I misunderstood some things. The proposed change is very simple:

  • trac/htdocs/css/trac.css

    diff --git a/trac/htdocs/css/trac.css b/trac/htdocs/css/trac.css
    index e712dd3..f2c8764 100644
    a b table.listing pre { white-space: pre-wrap }  
    726726}
    727727#fieldhist td.version { text-align: center }
    728728#fieldhist td.comment { width: 100% }
     729.uisymbols #fieldhist .inlinebuttons a { font-size: 85% }
    729730
    730731#fieldhist .inlinebuttons {
    731732 display: none;

by Ryan J Ollos, 9 years ago

Attachment: HistoryPage.png added
Note: See TracTickets for help on using tickets.