blob: e0945ffb35a95432b0dcdbe66249d8ec5db41acc [file] [log] [blame]
/*
* 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.
*/
/*
Component state filter
*/
#component-state-partial-results-container {
float: left;
color: #9f6000;
font-size: 9px;
font-weight: bold;
line-height: normal;
margin-top: 34px;
}
#component-state-filter-controls {
margin-top: 10px;
}
#component-state-filter {
width: 173px;
}
/*
Component state table
*/
#component-state-table {
overflow: hidden;
position: absolute;
top: 202px;
left: 0px;
right: 0px;
bottom: 0px;
min-height: 150px;
}
#component-state-description{
height: 75px;
line-height: normal;
color: #775351;
font-size: 13px;
font-weight: 500;
}
/*
Clear
*/
#clear-link-container {
position: absolute;
top: 180px;
right: 20px;
}
#clear-link.disabled {
color: #bbb;
font-style: italic;
text-decoration: none !important;
cursor: default !important;
}