Last active
November 28, 2016 11:46
-
-
Save hrach/4a3edc85c540e82b4f7ab05dcde64966 to your computer and use it in GitHub Desktop.
Custom Style for latest Build Monitor for Jenkins
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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