blob: 529eb1afdbc94d9ec983c7e1bad49870b62dd6e5 [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.
*/
[sort-table] .tool-container .search-box {
margin: 0 0 10px 0;
position: relative;
max-width: 250px;
float: left;
}
[sort-table] .tool-container .search-box input {
padding-left: 28px;
}
[sort-table] .tool-container .search-box .fa-search {
pointer-events:none;
position: absolute;
top: 8px;
left: 8px;
opacity: 0.5;
}
[sort-table] .tool-container .page-size {
float: right;
}
[sort-table] .tool-container .page-size select {
width: initial;
display: inline-block;
margin: 0 7px;
height: 26px;
padding: 0 5px;
}
[sort-table] .fa.sort-mark {
float: right;
margin-top: 3px;
pointer-events: none;
color: #AAA;
}
[sort-table] .navigation-bar .pagination {
float: right;
margin-top: 0;
}