css indent alignment

Signed-off-by: Roger Szabo <roger.szabo@web.de>
This commit is contained in:
Roger Szabo 2018-04-25 14:47:16 +08:00 committed by Morris Jobke
parent 733eae5b91
commit b3b774dfc5
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 87 additions and 70 deletions

View File

@ -42,21 +42,26 @@
z-index:100000; z-index:100000;
filter:drop-shadow(0 1px 10px rgba(77, 77, 77, 0.75)); filter:drop-shadow(0 1px 10px rgba(77, 77, 77, 0.75));
} }
.tooltip.in { .tooltip.in {
opacity:1 opacity:1
} }
.tooltip.top { .tooltip.top {
margin-top:-3px; margin-top:-3px;
padding:10px 0 padding:10px 0
} }
.tooltip.bottom { .tooltip.bottom {
margin-top:3px; margin-top:3px;
padding:10px 0 padding:10px 0
} }
.tooltip.right { .tooltip.right {
margin-left:3px; margin-left:3px;
padding:0 10px padding:0 10px
} }
.tooltip.right .tooltip-arrow { .tooltip.right .tooltip-arrow {
top:50%; top:50%;
left:0; left:0;
@ -64,10 +69,12 @@
border-width:10px 10px 10px 0; border-width:10px 10px 10px 0;
border-right-color:#fff border-right-color:#fff
} }
.tooltip.left { .tooltip.left {
margin-left:-3px; margin-left:-3px;
padding:0 5px padding:0 5px
} }
.tooltip.left .tooltip-arrow { .tooltip.left .tooltip-arrow {
top:50%; top:50%;
right:0; right:0;
@ -75,40 +82,49 @@
border-width:10px 0 10px 10px; border-width:10px 0 10px 10px;
border-left-color:#fff border-left-color:#fff
} }
.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow { .tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
bottom:0; bottom:0;
border-width:10px 10px 0; border-width:10px 10px 0;
border-top-color:#fff border-top-color:#fff
} }
.tooltip.top .tooltip-arrow { .tooltip.top .tooltip-arrow {
left:50%; left:50%;
margin-left:-10px margin-left:-10px
} }
.tooltip.top-left .tooltip-arrow { .tooltip.top-left .tooltip-arrow {
right:10px; right:10px;
margin-bottom:-10px margin-bottom:-10px
} }
.tooltip.top-right .tooltip-arrow { .tooltip.top-right .tooltip-arrow {
left:10px; left:10px;
margin-bottom:-10px margin-bottom:-10px
} }
.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow { .tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
top:0; top:0;
border-width:0 10px 10px; border-width:0 10px 10px;
border-bottom-color:#fff border-bottom-color:#fff
} }
.tooltip.bottom .tooltip-arrow { .tooltip.bottom .tooltip-arrow {
left:50%; left:50%;
margin-left:-10px margin-left:-10px
} }
.tooltip.bottom-left .tooltip-arrow { .tooltip.bottom-left .tooltip-arrow {
right:10px; right:10px;
margin-top:-10px margin-top:-10px
} }
.tooltip.bottom-right .tooltip-arrow { .tooltip.bottom-right .tooltip-arrow {
left:10px; left:10px;
margin-top:-10px margin-top:-10px
} }
.tooltip-inner { .tooltip-inner {
max-width:350px; max-width:350px;
padding:5px 8px !important; padding:5px 8px !important;
@ -118,6 +134,7 @@
font-weight:normal !important; font-weight:normal !important;
border-radius:3px border-radius:3px
} }
.tooltip-arrow { .tooltip-arrow {
position:absolute; position:absolute;
width:0; width:0;