Update of /home/spip-cvs/spip
In directory alan:/tmp/cvs-serv16621
Modified Files:
inc-calcul_html4.php spip_style.css
Log Message:
Bug d'affichage Formulaire RECHERCHE.
Index: spip_style.css
RCS file: /home/spip-cvs/spip/spip_style.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- spip_style.css 15 Jul 2004 12:18:35 -0000 1.18
+++ spip_style.css 20 Jul 2004 12:26:05 -0000 1.19
@@ -101,7 +101,14 @@
.spip_bouton { background-color: #FFCC00;}
-.formrecherche { width: 100% ; background-color: #FFDDAA;}
+form.formrecherche {
+ margin-top: 5px;
+ margin-bottom: 5px;
+}
+input.formrecherche {
+ width: 95% ;
+ background-color: #FFDDAA;
+}
.reponse_formulaire {
font-family: Verdana,Arial,Helvetica,sans-serif;
Index: inc-calcul_html4.php
RCS file: /home/spip-cvs/spip/inc-calcul_html4.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- inc-calcul_html4.php 19 Jul 2004 00:08:44 -0000 1.3
+++ inc-calcul_html4.php 20 Jul 2004 12:26:05 -0000 1.4
@@ -89,11 +89,7 @@
function calcul_form_rech($lien)
{
return
- "<form action='$lien' method='get'><p>
- <input type='text' id='formulaire_recherche'
- size='20' class='formrecherche' name='recherche'
- value='" . _T('info_rechercher') . "' />
- </p></form>";
+ "<form action='$lien' method='get' class='formrecherche'><input type='text' id='formulaire_recherche' size='20' class='formrecherche' name='recherche' value='" . _T('info_rechercher') . "' /></form>";
}
# fonctions pour la balise FORMULAIRE_FORUM