From cfc0cf2ef6d86f50df5b91b2a1dbe358713100f8 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 10 Jan 2020 21:24:04 +0100 Subject: search_cgi: minor UI tweaks - autofocus input field. - make labels for radio boxes clickable to select the corresponding input. --- search_cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/search_cgi b/search_cgi index 1c8b791..9f47c26 100755 --- a/search_cgi +++ b/search_cgi @@ -22,11 +22,11 @@ print_head(){ echo "body{padding: 20px; margin: 40px auto;line-height: 1.6;font-size: 18px; color:#444;}" echo "" echo "
Search for:
" - echo "
" - echo "
in: url" - echo "description" - echo "readme" - echo "all" + echo "
" + echo "
in: " + echo "" + echo "" + echo "" echo "
" echo "" echo "" -- cgit v1.2.3