All Downloads are FREE. Search and download functionalities are using the official Maven repository.

styles.builds-panel.css Maven / Gradle / Ivy

/**
 * Copyright (c) 2012-present Marvelution B.V.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.jenkins-build-list {
	padding-top: 20px;
}

.jenkins-build.header {
	font-weight: bold;
	font-size: 17px;
	padding-left: 26px;
}

.jenkins-green,
.jenkins-green a,
.jenkins-green a:link,
.jenkins-green a:hover,
.jenkins-green a:active,
.jenkins-green a:visited {
	color: #14892c !important;
}

.jenkins-yellow,
.jenkins-yellow a,
.jenkins-yellow a:link,
.jenkins-yellow a:hover,
.jenkins-yellow a:active,
.jenkins-yellow a:visited {
	color: #f6c342 !important;
}

.jenkins-red,
.jenkins-red a,
.jenkins-red a:link,
.jenkins-red a:hover,
.jenkins-red a:active,
.jenkins-red a:visited {
	color: #d04437 !important;
}

.jenkins-gray,
.jenkins-gray a,
.jenkins-gray a:link,
.jenkins-gray a:hover,
.jenkins-gray a:active,
.jenkins-gray a:visited {
	color: #333 !important;
}

.jenkins-build .details {
	float: right;
	text-align: right;
}
.jenkins-build .details span {
	color: #666;
}

.jenkins-build .related-issues {
	color: #666;
}

.jenkins-build .related-issues ul {
	padding: 0;
}

.jenkins-build .related-issues li {
	display: inline;
	border-left: 2px solid #999;
	padding-left: 5px;
}

.jenkins-build .related-issues li:first-child {
	padding-left: 0;
	border-left: 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy