blob: 40bb153beb7614d06df81d4b240ac9150fd127a1 [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.
*/
/*
Counters Styles
*/
#counters {
position: absolute;
top: 0px;
bottom: 0px;
left: 20px;
right: 20px;
overflow: auto;
}
#counters-header-and-filter {
height: 98px;
}
#counters-header-text {
font-size: 18px;
font-weight: bold;
color: #728E9B;
font-family: Roboto Slab;
margin-bottom: 30px;
}
#counters-refresh-container {
position: absolute;
bottom: 0px;
left: 20px;
right: 20px;
}
#counters-loading-container {
float: left;
width: 16px;
height: 16px;
background-color: transparent;
margin-top: 4px;
margin-left: 3px;
}
#counters-last-refreshed {
font-weight: bold;
}
#counters-header {
padding-top: 10px;
}
/* counters table */
#counters-table {
position: absolute;
top: 98px;
left: 0px;
bottom: 47px;
right: 0px;
min-height: 150px;
}
#counters-table div.slick-viewport {
overflow-x: hidden !important;
}