@@ -216,6 +216,9 @@ label .badge{position:relative;top:2px;}
216
216
.link-list .pr-list {padding-right : 30px !important ;}
217
217
.link-list .pl-list {padding-left : 30px !important ;}
218
218
219
+ .map-control {cursor : pointer;}
220
+ .map-control : hover button {background-color : rgba (0 , 0 , 0 , .05 );}
221
+
219
222
.map-inspect-list {}
220
223
.map-inspect-list li {line-height : 1.8 ;font-size : 1.00em ;cursor : pointer;}
221
224
.map-inspect-list li : hover {background : # EEEEEE ;}
@@ -310,30 +313,35 @@ label .badge{position:relative;top:2px;}
310
313
.text-nav {line-height : 34px ;}
311
314
.text-overflow-ellipsis {text-overflow : ellipsis;overflow : hidden;white-space : nowrap;}
312
315
313
- .tooltip {font-size : 0.7rem ;}
314
- .tooltip-source {position : absolute;bottom : 0 ;left : 0 ;right : 0 ;text-align : center;height : 0 ;}
315
- .tooltip-source .tooltip-origin-left {bottom : 0 ;left : 0 ;top : 0 ;text-align : center;width : 0 ;}
316
- .tooltip-point {display : inline-block;position : relative;}
316
+ .infotip {font-size : 0.7rem ;position : absolute;top : 0 ;bottom : 0 ;left : 0 ;right : 0 ;}
317
+ .infotip-source {position : absolute;bottom : 0 ;left : 0 ;right : 0 ;text-align : center;height : 1px ;}
318
+ .infotip .y .bigY .infotip-source {top : 0 ;left : 0 ;right : 0 ;bottom : auto;}
319
+ .infotip .x .infotip-source {bottom : 0 ;right : 0 ;top : 0 ;left : auto;height : auto;width : 1px ;}
320
+ .infotip .x .bigX .infotip-source {bottom : 0 ;left : 0 ;top : 0 ;right : auto;}
317
321
318
- .tooltip-bubble {position : absolute;right : -11px ;z-index : 1000 ;top : -4px ;
322
+ .infotip-point {display : inline-block;position : relative;}
323
+ .infotip-bubble {position : absolute;left : -11px ;z-index : 1000 ;top : -4px ;
319
324
background-color : # 1B2124 ;color : # FFFFFF ;
320
325
padding : 0.5rem 0.75rem ;border-radius : 0.25rem ;display : block;
321
- font-size : 0.8rem ;line-height : 1.2 ;display : none;
326
+ font-size : 0.8rem ;line-height : 1.2 ;
322
327
text-align : left;z-index : 100 ;}
323
- .tooltip-bubble .tooltip-bubble-right {left : -11px ;right : auto;}
324
- .tooltip-bubble span {font-size : 0.8rem ;max-width : 320px ;}
325
- .tooltip-bubble span : after {content : '' ;position : absolute;right : 0.5rem ;top : -0.5rem ;width : 6px ;height : 8px ;
328
+ .infotip .y .bigY .infotip-bubble {bottom : 20px ;top : auto;}
329
+ .infotip .y .bigX .infotip-bubble {right : -11px ;left : auto;}
330
+ .infotip .x .infotip-bubble {left : 11px ;top : -15px ;}
331
+ .infotip .x .bigX .infotip-bubble {right : 11px ;left : auto;top : -15px ;}
332
+
333
+ .infotip-bubble : after {content : '' ;position : absolute;left : 6px ;top : -4px ;width : 8px ;height : 4px ;
326
334
border-left : 4px solid transparent;border-bottom : 4px solid # 1B2124 ;border-right : 4px solid transparent;}
327
- . tooltip -bubble. tooltip-bubble-right span : after {left : 0.5 rem ;}
328
- .tooltip-text-long { min-width : 120 px ; display : inline-block ;}
329
- .tooltip-text-short { white-space : nowrap;}
330
- . tooltip-trigger : hover . tooltip-bubble { display : block ;}
331
- .tooltip-trigger : hover . tooltip-source : hover . tooltip -bubble{ display : none;}
332
- . tooltip-trigger { position : relative ;}
333
-
334
- .tooltip-source . tooltip-origin-left . tooltip-bubble { right : 11 px ; top : -15 px ;}
335
- .tooltip-source . tooltip-origin-left . tooltip-bubble span : after { right : -8 px ; top : 11 px ; width : 6 px ; height : 8 px ;
336
- border-left : 4 px solid # 1B2124 ; border-bottom : 4 px solid transparent; border-top : 4 px solid transparent ;}
335
+ . infotip . y . bigY . infotip -bubble: after {bottom : -4 px ; top : auto; border-top : 4 px solid # 1B2124 ; border-bottom : 0 ;}
336
+ .infotip . y . bigX . infotip-bubble : after { right : 6 px ; left : auto ;}
337
+ .infotip . x . infotip-bubble : after { left : -4 px ; top : 11 px ; right : auto; width : 4 px ; height : 8 px ;
338
+ border-right : 4 px solid # 1B2124 ; border-bottom : 4 px solid transparent; border-top : 4 px solid transparent; border-left : 0 ;}
339
+ .infotip . x . bigX . infotip -bubble: after { right : -4 px ; left : auto;
340
+ border-right : 0 ; border-left : 4 px solid # 1B2124 ;}
341
+
342
+ .infotip-text-long { min-width : 120 px ; display : inline-block ;}
343
+ .infotip-text-short { white-space : nowrap;}
344
+ . infotip-trigger { position : relative ;}
337
345
338
346
.w-max-500 {max-width : 500px ;}
339
347
0 commit comments