/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF 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. */ form { } div.formPanel { border: 1px #8F99EF solid; background-color: #F8F8F8; padding: 8px 4px; } table.inputForm { width: 100%; } table.inputForm td.eCtlLabel { font-weight: bold; white-space:nowrap; vertical-align:top; width: 140px; } table.inputForm td.buttonBar { padding-top: 8px; } div.buttonBar { margin: 12px 0; } .buttonBar a, .buttonBar a:visited { display: inline-block; border: 1px gray solid; padding: 4px 12px; color: black; text-decoration: none; margin-right: 16px; background-color: white; } .buttonBar a:hover { background-color: #EFFBEF; } div.searchResult, span.searchResult { display: block; margin: 12px 0; padding: 4px 0; } .searchResult table { width: 100%; border: 1px gray solid; border-collapse: collapse; } .searchResult table tr th, .searchResult table tr td { padding: 4px; } .searchResult table tr th { background-color: #EFFBEF; border-bottom: 1px gray solid; } .searchResult table a.eLink, .searchResult table a.eLink:visited { color: brown; font-weight: bold; }