Edgewall Software
Modify

Opened 3 years ago

Last modified 7 months ago

#13346 new enhancement

Styling issue on search.css

Reported by: figaro Owned by:
Priority: low Milestone: next-stable-1.6.x
Component: search system Version:
Severity: minor Keywords: patch
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

In https://trac.edgewall.org/browser/trunk/htdocs/css/search.css?rev=3469, the quickjump styling appears for the first time. The whole line is in italic, but what is probably meant is to make just the page-link in italic. See attachments for an example.

Contents of patch:

--- search.css	2020-06-17 00:55:32.000000000 +0200
+++ search_.css	2021-01-30 19:09:21.542681620 +0100
@@ -11,4 +11,4 @@
 #content.search #results dd { font-size: 80%; margin: 0; padding: 0 }
 #content.search #results .trac-author, #results .date { color: #090; }
 
-#content.search #quickjump { font-style: italic; font-weight: bold; }
+#content.search #quickjump { font-weight: bold; }

Attachments (3)

original_italic.png (1.3 KB ) - added by figaro 3 years ago.
Quickjump search result formats whole line in italic
new_nonitalic.png (1.2 KB ) - added by figaro 3 years ago.
Quickjump feature probably intended to place just the page link in italic
search.diff (388 bytes ) - added by figaro 3 years ago.
Patch

Download all attachments as: .zip

Change History (4)

by figaro, 3 years ago

Attachment: original_italic.png added

Quickjump search result formats whole line in italic

by figaro, 3 years ago

Attachment: new_nonitalic.png added

Quickjump feature probably intended to place just the page link in italic

by figaro, 3 years ago

Attachment: search.diff added

Patch

comment:1 by Ryan J Ollos, 7 months ago

Milestone: next-stable-1.4.xnext-stable-1.6.x

Milestone renamed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.