From ad9a83e05a4737f793a629f454a1acc70dd9db75 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 30 Jun 2010 20:57:44 +0200 Subject: [PATCH] remove javascript positioning of regex filter hint --- public/mojo_facets.css | 3 +-- templates/all_checkboxes.html.ep | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 07d6bd4..1e6135d 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -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; } diff --git a/templates/all_checkboxes.html.ep b/templates/all_checkboxes.html.ep index 89991e3..7e854b2 100644 --- a/templates/all_checkboxes.html.ep +++ b/templates/all_checkboxes.html.ep @@ -16,12 +16,6 @@ $(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() ); -- 2.20.1