History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRA-11296
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Matija Mazi
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

CSS classes in generated HTML

Created: 12/Oct/06 06:06 AM   Updated: 17/Oct/06 02:01 AM
Component/s: Web interface, Issue navigator
Affects Version/s: 3.0.2, 3.6.5
Fix Version/s: None

Time Tracking:
Original Estimate: 10 minutes
Original Estimate - 10 minutes
Remaining Estimate: 10 minutes
Remaining Estimate - 10 minutes
Time Spent: Not Specified
Remaining Estimate - 10 minutes

Issue Links:
Reference
 

Participants: Kevin Teague and Matija Mazi
Since last comment: 91 weeks, 5 days ago
Labels:


 Description  « Hide
It would be very useful if the generated HTML, at least on the outmost layout level, contained css class markes (such as <table class="filterResults" ..>). This would, among other things, enable nice report printouts with custom CSS. (Of course, if @print media css was used, this would be even better :].)

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Kevin Teague - 17/Oct/06 02:01 AM
I am hiding priorities using this line in my userContent.css in Firefox:

img[src*="/jira/images/icons/priority"] { display: none ! important }

This still leaves little empty boxes on the dashboard though, so having something like a <td class="priorityIcon"> would be good to have.