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

Also available in: Atom PDF