use popup balloon for more backlinks, rather than expanding on hover, since
in some cases it's not possible to move the mouse over the more backlinks using the old methodmaster
parent
979ca51584
commit
127945aad3
|
@ -262,7 +262,3 @@ input#openid_url {
|
|||
-moz-opacity: 0.95;
|
||||
filter: alpha(opacity=95);
|
||||
}
|
||||
.popup:hover .expand,
|
||||
.popup:focus .expand {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
@ -75,7 +75,7 @@ Links:
|
|||
</TMPL_LOOP>
|
||||
<TMPL_IF NAME="MORE_BACKLINKS">
|
||||
<span class="popup">...
|
||||
<span class="expand">
|
||||
<span class="balloon">
|
||||
<TMPL_LOOP NAME="MORE_BACKLINKS">
|
||||
<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>
|
||||
</TMPL_LOOP>
|
||||
|
|
Loading…
Reference in New Issue