slitaz-dev-tools rev 53

tazpkg-web: Fix input[text] width in search.cgi
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 30 02:44:33 2011 +0200 (2011-03-30)
parents df186ca748ed
children 1dc8ff43763f
files tazpkg-web/search.cgi
line diff
     1.1 --- a/tazpkg-web/search.cgi	Wed Mar 30 02:42:08 2011 +0200
     1.2 +++ b/tazpkg-web/search.cgi	Wed Mar 30 02:44:33 2011 +0200
     1.3 @@ -194,7 +194,8 @@
     1.4  		<div class="searchbox">
     1.5  			<p>
     1.6  				<input type="hidden" name="lang" value="$LANG" />
     1.7 -				<input type="text" name="query" size="20" value="$SEARCH" />
     1.8 +				<input type="text" name="query" 
     1.9 +					size="20" value="$SEARCH" style="width: 80%;" />
    1.10  				<input type="submit" name="search" value="$search" />
    1.11  			</p>
    1.12  		</div>