blob: fad62c778c3127b80c422e1dc1719ea11e5da3fc [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.
.tooltip-info {
display: inline-block;
position: absolute;
z-index: $z-index-toolbox-info;
width: 239px;
min-height: 83px;
border: 1px solid #beb8b8;
border-radius: 22px;
/*+border-radius:22px;*/
border-radius: 22px 22px 22px 22px;
background: #ffffff;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
}
.tooltip-info .arrow {
position: absolute;
top: 17px;
left: -18px;
width: 27px;
height: 47px;
background: url('../images/sprites.png') -583px -939px;
}
.tooltip-info .title {
margin: 12px;
font-size: 19px;
color: #485766;
}
.tooltip-info .content {
width: 182px;
margin: auto;
padding-bottom: 13px;
font-size: 11px;
line-height: 19px;
overflow: auto;
overflow-x: hidden;
}