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 method
master
joey 2007-04-06 22:30:51 +00:00
parent 979ca51584
commit 127945aad3
2 changed files with 1 additions and 5 deletions

View File

@ -262,7 +262,3 @@ input#openid_url {
-moz-opacity: 0.95;
filter: alpha(opacity=95);
}
.popup:hover .expand,
.popup:focus .expand {
display: inline;
}

View File

@ -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>