|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I solved this doing the following.
I used the Simple Theme Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Simple+Theme+Plugin
I used the below CSS in a file called: /var/lib/jenkins/userContent/local.css
I linked that in the Manage Jenkins->Theme->URL of Theme CSS: /userContent/local.css
table#viewList tr:first-child td
{ display: block; float: left; }table#viewList tr:first-child td.active
{ font-size: 16px; }table#viewList tr:nth-child(2) td
{ display: block; float: left; }table#viewList tr:nth-child(2) td:first-child
{ display: none; }Enjoy.