From 6f0bae5ae4dcc1ffce4fb8b90c0854afbee139f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 1 Mar 2013 17:45:55 +0100 Subject: [PATCH] move search & sort. That also fix w3c validation error. re #41 --- index.php | 36 ++++++++++++++++++----------- style.css | 69 +++++++++++++++++++++++++++---------------------------- 2 files changed, 57 insertions(+), 48 deletions(-) diff --git a/index.php b/index.php index 8285a35..32586a7 100644 --- a/index.php +++ b/index.php @@ -93,11 +93,11 @@ }); - $("#searchImage").click(function(){ - if ($("#search").is(":hidden")) { - $("#search").slideDown("slow"); + $("#settingsImage").click(function(){ + if ($("#tool").is(":hidden")) { + $("#tool").slideDown("slow"); } else { - $("#search").slideUp(); + $("#tool").slideUp(); } }); @@ -151,21 +151,31 @@
- " alt="Settings and menu" /> + " alt="Settings and menu" />

title) ?>

-