| // 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. |
| |
| div.button.export { |
| position: relative; |
| float: right; |
| top: 5px; |
| left: 0; |
| height: 12px; |
| margin: 0 10px 0 0; |
| padding: 5px 5px 5px 5px; |
| border: 1px solid #b7b7b7; |
| border-radius: 4px 4px 4px 4px; |
| background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 1%, rgba(234, 234, 234, 1) 100%); |
| font-size: 12px; |
| font-weight: 100; |
| color: #000000; |
| text-shadow: 0 1px 1px #dee5ea; |
| cursor: pointer; |
| } |
| |
| div.button.export a { |
| position: relative; |
| top: 0; |
| left: 0; |
| padding: 0 0 3px 20px; |
| background: url('../images/exportCsvIcon.png') no-repeat; |
| background-size: 15.5px; |
| color: #000000; |
| text-decoration: none; |
| } |