diff options
author | sajolida <sajolida@pimienta.org> | 2014-11-09 16:48:33 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-11-26 11:57:58 +0000 |
commit | 94a7a45bd4ddb4a2bd5ac9b91c19b290b2d81ced (patch) | |
tree | a5f5defd7c25267c4ea5f1a1e83946b193327a5f /templates | |
parent | b19fc009f487cac3c40032d822d32fdcc04987d1 (diff) | |
download | ikiwiki-94a7a45bd4ddb4a2bd5ac9b91c19b290b2d81ced.tar ikiwiki-94a7a45bd4ddb4a2bd5ac9b91c19b290b2d81ced.tar.gz |
Add classes to form in search results
This is needed to style it, for example to reduce the width of the text
input and prevent layout issues.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/searchquery.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/searchquery.tmpl b/templates/searchquery.tmpl index 15bc78e28..62772664d 100644 --- a/templates/searchquery.tmpl +++ b/templates/searchquery.tmpl @@ -33,8 +33,8 @@ $def{NEXT,$if{$ne{$last,$msize},<INPUT TYPE=submit NAME=">" VALUE="Next">}} <FORM NAME=P METHOD=GET ACTION="$html{$env{CGIURL}}" TARGET="_top"> -<div style="text-align:center"> -<INPUT NAME=P VALUE="$html{$query}" SIZE=65> +<div class="searchquery" style="text-align:center"> +<INPUT class="searchbox" NAME=P VALUE="$html{$query}" SIZE=65> <INPUT TYPE=SUBMIT VALUE="Search"> $env{HELPLINK} <hr> |