we don't need hint hover magic any more
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 30 Jun 2010 21:32:32 +0000 (23:32 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 30 Jun 2010 21:32:32 +0000 (23:32 +0200)
public/mojo_facets.css
templates/all_checkboxes.html.ep

index 1e6135d..3555970 100644 (file)
@@ -8,6 +8,7 @@
        content: ")";
 }
 
+/*
 label span.hint {
        display: none;
        position: absolute;
@@ -19,7 +20,7 @@ label span.hint {
 label:hover span.hint {
        display: block;
 }
-
+*/
 
 span.sort-by {
        float: right;
index 3e5a6f9..898a0c8 100644 (file)
@@ -5,7 +5,6 @@
 
 <label for=filter_regex>regex:
 <input type=text name=filter_regex>
-<span class=hint>tab or click outside to apply</span>
 <a id="included" href="#" style="display:none">included</a>
 <a id="excluded" href="#" style="display:none">excluded</a>
 </label>