]> sipb.mit.edu Git - ikiwiki.git/commitdiff
use popup balloon for more backlinks, rather than expanding on hover, since
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 6 Apr 2007 22:30:51 +0000 (22:30 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 6 Apr 2007 22:30:51 +0000 (22:30 +0000)
in some cases it's not possible to move the mouse over the more backlinks
using the old method

doc/style.css
templates/page.tmpl

index 0a37e55aa5f60f3aa3259979dc0bff4b7c688072..5ba8b299cc3bb6a2a9a5d9d245c7514cfa7ad1ed 100644 (file)
@@ -262,7 +262,3 @@ input#openid_url {
        -moz-opacity: 0.95;
        filter: alpha(opacity=95);
 }
-.popup:hover .expand,
-.popup:focus .expand {
-       display: inline;
-}
index aebd6a5c4dc9e9ff8c2a26d7c227300825c47458..e8806b82e5037c7c569009c45d7ce4b4dcd729be 100644 (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>