search field text size

dayzero

Joined: 2003-06-15
Posts: 19
Posted: Mon, 2005-07-11 08:51

why does the search field text size change from the main page to the search.php page?

http://www.emorockchris.com/esoteric/gallery/

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Mon, 2005-07-11 09:45

Because of different code.

In albums.php:<span class="search">Search: </span><input style="font-size:15px;" type="text" name="searchstring" value="" size="25">

in search.php

<td valign="middle" align="right"><span class="admin">Search Again: </span>
		<input style="font-size:10px;" type="text" name="searchstring" value="test" size="25">
	</td>

I will fix this for 1.5.1

Thanks,

Jens