From d5690ea68f31d5c5653ddd7327f5983628dd4144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 13 Jun 2012 21:21:13 +0200 Subject: [PATCH] Better search UI (IMHO) --- index.php | 5 +++-- style.css | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index c9ad264..0b3f0a6 100644 --- a/index.php +++ b/index.php @@ -55,7 +55,7 @@ if ($("#search").is(":hidden")) { $("#search").slideDown("slow"); } else { - $("#search").hide(); + $("#search").slideUp(); } }); @@ -91,11 +91,12 @@
+