Fix what's new tooltip placement

This commit is contained in:
Bryan Housel
2017-05-08 01:35:45 -04:00
parent cd09f9dfee
commit c0a7f72115
+18 -1
View File
@@ -3247,7 +3247,7 @@ img.tile-removing {
}
.tooltip.in {
opacity: 0.8;
opacity: 0.9;
z-index: 1030;
height: auto;
display: block;
@@ -3450,6 +3450,23 @@ img.tile-removing {
right: 60px;
}
.badge .tooltip {
left: auto !important;
right: 5px !important;
}
[dir='rtl'] .badge .tooltip {
left: 5px !important;
right: auto !important;
}
.badge .tooltip .tooltip-arrow {
right: 15px !important;
left: auto !important;
}
[dir='rtl'] .badge .tooltip .tooltip-arrow {
left: 15px !important;
right: auto !important;
}
/* radial menu (deprecated) */