Skip to content

Instantly share code, notes, and snippets.

@hrach
Last active November 28, 2016 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrach/4a3edc85c540e82b4f7ab05dcde64966 to your computer and use it in GitHub Desktop.
Save hrach/4a3edc85c540e82b4f7ab05dcde64966 to your computer and use it in GitHub Desktop.
Custom Style for latest Build Monitor for Jenkins
.build-monitor header .details {
display: none;
}
.build-monitor .slots {
position: absolute;
left: 0;
right: 0;
top: 0;
-webkit-flex: none;
flex: none;
}
.build-monitor .widget.basic.project {
justify-content: flex-start;
}
.build-monitor .widget.basic.project header {
-webkit-flex: none;
flex: none;
margin: -5px 0;
}
.build-monitor #widgets {
font-size: 0.4em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment