improve spaces in forms

This commit is contained in:
Wolfram Schneider 2017-08-27 17:46:43 +00:00
parent 59a0ae960c
commit 9325949f17
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50750

View file

@ -970,6 +970,7 @@ i { color: #008000; }
span.footer_links { font-size: small; }
input, button { font-size: large; }
input[name='query'] { text-align: center; }
span.space { font-size: xx-small; }
</style>
|;
@ -1726,11 +1727,12 @@ sub formquery {
print <<ETX;
<form method="get" action="$BASE">
<!-- Manual Page or Keyword Search: -->
&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<input id="query" value="$query" name="query" size="36" $autofocus />
<button type="submit" name="apropos" value="0">man</button>
<button type="submit" name="apropos" value="1">apropos</button>
<br class="second_row" />
<br/>
<span class="space">&nbsp;</span><br/>
&nbsp;&nbsp;
ETX