Subversion Repositories wimsdev

Rev

Rev 12875 | Rev 13888 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12875 Rev 13886
Line 80... Line 80...
80
}
80
}
81
/* bottom arrow */
81
/* bottom arrow */
82
.wims_tooltip>.top:after{
82
.wims_tooltip>.top:after{
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;
-
 
86
}
-
 
87
.wims_tooltip>.bottom_left {
-
 
88
    top: 50%;
-
 
89
    right: -5px;
-
 
90
}
-
 
91
.wims_tooltip>.bottom_left:after{
-
 
92
    top: 0%; /* bottom arrow at the top right of the tooltip */
-
 
93
    right: 5px;
85
    border-top-color: #000;
94
    border-top-color: #000;
86
}
95
}
87
 
96
 
88
/* Show the tooltip text when you mouse over the tooltip container */
97
/* Show the tooltip text when you mouse over the tooltip container */
89
.wims_tooltip:hover>.wims_tooltiptext {
98
.wims_tooltip:hover>.wims_tooltiptext {