From: <par...@us...> - 2010-02-12 21:57:02
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5169 Modified Files: search.php Log Message: CSS fixes for IE7 Index: search.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/search.php,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** search.php 9 Feb 2010 21:43:09 -0000 1.46 --- search.php 12 Feb 2010 21:56:53 -0000 1.47 *************** *** 29,34 **** '<input type="hidden" name="cal" value="'.$cal.'">'."\n". '<input type="hidden" name="getdate" value="'.$getdate.'">'."\n". ! '<input type="text" style="width: 130px;" name="query" value="'.$query.'">'."\n". ! '<input type="image" src="templates/'.$phpiCal_config->template.'/images/search.gif" border="0" style="float: right;" name="submit" value="Search">'."\n". '</form>'."\n". '</div>'; --- 29,34 ---- '<input type="hidden" name="cal" value="'.$cal.'">'."\n". '<input type="hidden" name="getdate" value="'.$getdate.'">'."\n". ! '<input type="text" style="width: 130px; float: left;" name="query" value="'.$query.'">'."\n". ! '<input type="image" src="templates/'.$phpiCal_config->template.'/images/search.gif" border="0" style="border-bottom: 3px;" name="submit" value="Search">'."\n". '</form>'."\n". '</div>'; |