Actions
Feature #30977
closedAdd CSS class to project custom fields
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
Actions