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

styles.panels.css Maven / Gradle / Ivy

There is a newer version: 5.0.4
Show newest version
/*
 * Licensed to Marvelution under one or more contributor license 
 * agreements.  See the NOTICE file distributed with this work 
 * for additional information regarding copyright ownership.
 * Marvelution licenses this file to you 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.
*/

.errorList {
	 list-style-type: none;
}

img.waitingImage {
    display: block;
    margin: 10px auto;
}

#hudsonTabPanel {
	margin: 10px 8px;
	width: 99%;
}

#hudsonTabPanel .formtitle a,
#hudsonTabPanel .formtitle a:hover img {
    text-decoration: none;
}

#hudsonTabPanel .formtitle a:hover {
    text-decoration: underline;
}

#hudsonTabPanel h3.formtitle img {
    margin-top: -3px;
}
#hudsonTabPanel h3.formtitle * {
    vertical-align: middle;
}

#hudsonTabPanelHeader {
	background-color: #F0F0F0;
	border-top: 1px solid #BBBBBB !important;
	color: #003366;
	font-size: 1.1em;
	margin: 0 0 0.5em;
	padding: 3px 3px;
}

#hudsonTabPanelDescription {
	padding-bottom: 5px;
	border-bottom:1px solid #F0F0F0;
}

.hudsonBuildTable a,
.hudsonBuildTable td a {
	text-decoration: none;
}

.hudsonBuildTable a:hover,
.hudsonBuildTable td a:hover {
	text-decoration: underline;
}

.successfulBuild,
.successfulBuild a,
.failedBuild,
.failedBuild a,
.unstableBuild,
.unstableBuild a,
.abortedOrNotBuild,
.abortedOrNotBuild a {
	font-weight: bold;
	font-size: medium;
}

.successfulBuild a {
	color: #4E9700;
}

.failedBuild a {
	color: #EF2929;
}

.unstableBuild a {
	color: #FEB738;
}

.abortedOrNotBuild a {
	color: #9E9E9E;
}

.listSeperator {
	color: #F0F0F0;
	background-color: #F0F0F0;
	border: 0px solid #F0F0F0;
	height: 1px;
	width: 100%;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy