Project

General

Custom queries



Profile

Actions

Feature #4224

closed

CSS style for acronyms

Added by Felix Schäfer over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
Start date:
2009-11-16
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

I find myself using the acronym tag from textile/redcloth a lot lately, and I think it would be worth styling them somewhat so that users can spot them easily. I have added the classical dotted unterline / help cursor to my installation (snippet below), but I'm not sure if it fits the rest of the Redmine UI that well, maybe just having an icon in front of acronyms, like external links have, would be enough.

acronym  {
  border-bottom: 1px dotted;
  cursor: help;
}
#1

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Target version set to 0.9.0
  • Resolution set to Fixed
Actions

Also available in: Atom PDF