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.
Maybe use nested views plugin?