Mercurial > public > sg101
changeset 416:aabee29cadac
As a follow up to r447, use jQuery to vertically align the model checkboxes.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 10 Apr 2011 00:49:23 +0000 |
parents | d4d167876c25 |
children | 538a1bd2f1f4 |
files | gpp/templates/search/search.html |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/templates/search/search.html Sun Apr 10 00:32:14 2011 +0000 +++ b/gpp/templates/search/search.html Sun Apr 10 00:49:23 2011 +0000 @@ -19,6 +19,7 @@ return false; }); $('#search-form ul').addClass('no-bullet-inline-block'); + $('#search-form ul li input').css('vertical-align', 'middle'); }); //]]> </script>