goodies.goodies-testsupport.2.3.8.source-code.index.css Maven / Gradle / Ivy
The newest version!
/**
* Copyright (c) 2010-present Sonatype, Inc. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
* You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the Apache License Version 2.0 is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
*/
body, table, form, input, td, th, p, textarea, select {
font-family: Verdana, Helvetica, sans serif;
font-size: 11px;
}
table.pane {
width: 100%;
border-collapse: collapse;
border: 1px #bbb solid;
}
td.pane {
border: 1px #bbb solid;
padding: 3px 4px 3px 4px;
vertical-align: top;
background: #FFFFFF;
}
td.pane-header {
border: 1px #bbb solid;
border-right: none;
border-left: none;
background-color: #f0f0f0;
font-weight: bold;
}
td.right {
text-align: right;
}
td.success-false {
color: red;
font-weight: bold;
}
th.pane {
border: 1px #bbb solid;
font-weight: bold;
}