remove javascript positioning of regex filter hint
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 30 Jun 2010 18:57:44 +0000 (20:57 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 30 Jun 2010 18:57:44 +0000 (20:57 +0200)
public/mojo_facets.css
templates/all_checkboxes.html.ep

index 07d6bd4..1e6135d 100644 (file)
@@ -13,7 +13,6 @@ label span.hint {
        position: absolute;
        background: #fff;
        color: #888;
-       z-index: 100;
        padding: 3px;
 }
 
@@ -89,7 +88,7 @@ div.col_opts {
 
 .chart {
        float: right;
-       clear: right;
+       clear: both;
        position: relative;
        margin-top: 1em;
 }
index 89991e3..7e854b2 100644 (file)
 
 $(document).ready( function(){
 
-$('label span.hint').position({
-       my: 'left bottom',
-       at: 'left top',
-       of: $('label input'),
-});
-
 $('a#all').click( function(){
     $("input[type='checkbox']:not([disabled='disabled'])").attr('checked', true);
         $('#checked-count').text( $('#facet-count').text() );