Project

General

Profile

Actions

Feature #30977

closed

Add CSS class to project custom fields

Added by Go MAEDA about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Project custom fields displayed on the Overview page does not have any CSS class. This makes it difficult for users to style those fields shown on the page.

I think those fields should have a proper CSS class that identify the custom field.

[Current]

<ul>
    <li><span class="label">Homepage:</span> <a href="http://ecookbook.somenet.foo/">http://ecookbook.somenet.foo/</a></li>
    <li><span class="label">Development status:</span> Stable</li>
</ul>

[With the proposing improvement]

<ul>
    <li><span class="label">Homepage:</span> <a href="http://ecookbook.somenet.foo/">http://ecookbook.somenet.foo/</a></li>
    <li class="cf_9"><span class="label">Development status:</span> Stable</li>
</ul>


Files


Related issues

Related to Redmine - Feature #30985: Add CSS class to user custom fieldsClosedGo MAEDA

Actions
Related to Redmine - Patch #30994: Refactor custom field css classesClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA about 5 years ago

Here is a patch to implement this.

Actions #2

Updated by Go MAEDA about 5 years ago

  • Status changed from New to Resolved
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed.

Actions #3

Updated by Go MAEDA about 5 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Go MAEDA about 5 years ago

  • Related to Feature #30985: Add CSS class to user custom fields added
Actions #5

Updated by Marius BÄ‚LTEANU about 5 years ago

  • Related to Patch #30994: Refactor custom field css classes added
Actions

Also available in: Atom PDF