blob: b921d8f6d630f71778b3db0cdff57847e6a7a0bc [file] [log] [blame]
@CHARSET "UTF-8";
/*
* 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.
*/
.hadoopMetric-chart {
position: relative;
margin-bottom: 15px;
}
.hadoopMetric-chart h3 {
font-size: 20px;
margin: 10px 0 0 0;
}
.hadoopMetric-chart .hadoopMetric-chart-container {
height: 200px;
position: relative;
}
.hadoopMetric-chart .hadoopMetric-no-chart-data {
position:absolute;
left: 38%;
top: 40%;
font-size: 20px;
color: #999;
}
.with-border .hadoopMetric-chart {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #f4f4f4;
}
.with-border .hadoopMetric-chart:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.hadoopMetric-widget {
width: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 2px;
padding: 10px;
}
.hadoopMetric-widget h3 {
margin: 0;
padding: 0;
}
.hadoopMetric-widget .hadoopMetric-chart-container {
height: 100px;
}
.hadoopMetric-summary-a {
color: #fff;
}
.small-box.hadoopMetric-widget {
margin: 0;
height: 100%;
min-height: 110px;
}
.hadoopMetric-widget-detail {
margin-left: 12px;
margin-top: 10px;
}
.hadoopMetric-table {
text-align: right;
}