Skip to content

Instantly share code, notes, and snippets.

@tdhulster
Created March 1, 2016 14:35
Show Gist options
  • Save tdhulster/47e59624bec3ee86ef35 to your computer and use it in GitHub Desktop.
Save tdhulster/47e59624bec3ee86ef35 to your computer and use it in GitHub Desktop.
dpp-jenkins-pipeline-franky
#build-pipeline-plugin-content {
background-color: transparent;
border-radius: 0;
}
#build-pipeline-plugin-content h1 {
display: none;
}
tbody.pipelineGroup {
background-color: #eee;
}
a:hover {
//background: url('http://25.media.tumblr.com/207de85410286f3e5cbb9070b41d8c24/tumblr_mfvjal5Fxm1qejgz3o1_r1_250.gif');
height: 215px;
background-position: 50% -30px;
}
tr.build-pipeline + tr.build-pipeline {
display: none;
}
.BUILDING {
background-size: cover;
//background-image: url('https://coubsecure-a.akamaihd.net/get/bucket:32.11/p/coub/simple/cw_gif_big/2a4cf900ad9/550213923b644a9dc37d6/1409791631_1386459676_1ru5aep_4atcso9o.gif');
}
.MANUAL {
background-color: #0088cc;
}
.PENDING {
background-color: #DBDBDB;
}
tr.build-pipeline > td, tr#project-pipeline > td {
padding: 6px 0 8px 0;
}
tr.build-pipeline:first-child > td:last-of-type {
display: none;
}
tr.build-pipeline:first-child > td:nth-last-of-type(2){
display:none;
}
td.revision-cell {
width: 120px;
}
td.next {
width: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment