Actions
Feature #30977
closedAdd CSS class to project custom fields
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
Updated by Go MAEDA almost 6 years ago
- File add-css-class-to-project-cf.patch add-css-class-to-project-cf.patch added
- Subject changed from Add CSS class to project custom fields on the Overview page to Add CSS class to project custom fields
- Target version set to 4.0.3
Here is a patch to implement this.
Updated by Go MAEDA almost 6 years ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed.
Updated by Go MAEDA almost 6 years ago
- Related to Feature #30985: Add CSS class to user custom fields added
Updated by Marius BÄ‚LTEANU almost 6 years ago
- Related to Patch #30994: Refactor custom field css classes added
Actions