css indent alignment
Signed-off-by: Roger Szabo <roger.szabo@web.de>
This commit is contained in:
parent
571b337a5e
commit
cc40917e5e
|
@ -42,21 +42,26 @@
|
|||
z-index:100000;
|
||||
filter:drop-shadow(0 1px 10px rgba(77, 77, 77, 0.75));
|
||||
}
|
||||
|
||||
.tooltip.in {
|
||||
opacity:1
|
||||
}
|
||||
|
||||
.tooltip.top {
|
||||
margin-top:-3px;
|
||||
padding:10px 0
|
||||
}
|
||||
|
||||
.tooltip.bottom {
|
||||
margin-top:3px;
|
||||
padding:10px 0
|
||||
}
|
||||
|
||||
.tooltip.right {
|
||||
margin-left:3px;
|
||||
padding:0 10px
|
||||
}
|
||||
|
||||
.tooltip.right .tooltip-arrow {
|
||||
top:50%;
|
||||
left:0;
|
||||
|
@ -64,10 +69,12 @@
|
|||
border-width:10px 10px 10px 0;
|
||||
border-right-color:#fff
|
||||
}
|
||||
|
||||
.tooltip.left {
|
||||
margin-left:-3px;
|
||||
padding:0 5px
|
||||
}
|
||||
|
||||
.tooltip.left .tooltip-arrow {
|
||||
top:50%;
|
||||
right:0;
|
||||
|
@ -75,40 +82,49 @@
|
|||
border-width:10px 0 10px 10px;
|
||||
border-left-color:#fff
|
||||
}
|
||||
|
||||
.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
|
||||
bottom:0;
|
||||
border-width:10px 10px 0;
|
||||
border-top-color:#fff
|
||||
}
|
||||
|
||||
.tooltip.top .tooltip-arrow {
|
||||
left:50%;
|
||||
margin-left:-10px
|
||||
}
|
||||
|
||||
.tooltip.top-left .tooltip-arrow {
|
||||
right:10px;
|
||||
margin-bottom:-10px
|
||||
}
|
||||
|
||||
.tooltip.top-right .tooltip-arrow {
|
||||
left:10px;
|
||||
margin-bottom:-10px
|
||||
}
|
||||
|
||||
.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
|
||||
top:0;
|
||||
border-width:0 10px 10px;
|
||||
border-bottom-color:#fff
|
||||
}
|
||||
|
||||
.tooltip.bottom .tooltip-arrow {
|
||||
left:50%;
|
||||
margin-left:-10px
|
||||
}
|
||||
|
||||
.tooltip.bottom-left .tooltip-arrow {
|
||||
right:10px;
|
||||
margin-top:-10px
|
||||
}
|
||||
|
||||
.tooltip.bottom-right .tooltip-arrow {
|
||||
left:10px;
|
||||
margin-top:-10px
|
||||
}
|
||||
|
||||
.tooltip-inner {
|
||||
max-width:350px;
|
||||
padding:5px 8px !important;
|
||||
|
@ -118,6 +134,7 @@
|
|||
font-weight:normal !important;
|
||||
border-radius:3px
|
||||
}
|
||||
|
||||
.tooltip-arrow {
|
||||
position:absolute;
|
||||
width:0;
|
||||
|
|
Loading…
Reference in New Issue