Rev 13886 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13886 | Rev 13888 | ||
---|---|---|---|
Line 83... | Line 83... | ||
83 | top: 100%; /* At the bottom of the tooltip */ |
83 | top: 100%; /* At the bottom of the tooltip */ |
84 | left: 50%; |
84 | left: 50%; |
85 | border-top-color: #000; |
85 | border-top-color: #000; |
86 | } |
86 | } |
87 | .wims_tooltip>.bottom_left { |
87 | .wims_tooltip>.bottom_left { |
88 | top: |
88 | top: 130%; |
89 | right: |
89 | right: 0; |
90 | } |
90 | } |
- | 91 | /* top arrow */ |
|
91 | .wims_tooltip>.bottom_left:after{ |
92 | .wims_tooltip>.bottom_left:after{ |
92 |
|
93 | bottom: 100%; /* At the top of the tooltip */ |
93 | right: 5px; |
94 | right: 5px; |
94 | border- |
95 | border-bottom-color: #000; |
95 | } |
96 | } |
96 | 97 | ||
97 | /* Show the tooltip text when you mouse over the tooltip container */ |
98 | /* Show the tooltip text when you mouse over the tooltip container */ |
98 | .wims_tooltip:hover>.wims_tooltiptext { |
99 | .wims_tooltip:hover>.wims_tooltiptext { |
99 | visibility: visible; |
100 | visibility: visible; |