Skip to content
Extraits de code Groupes Projets
Valider 4ef44782 rédigé par ARNO*'s avatar ARNO*
Parcourir les fichiers

Bug d'affichage Formulaire RECHERCHE.

parent d18e6677
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -80,6 +80,7 @@ if ($id_auteur) {
$auteur['source'] = 'spip';
}
//
// Modification (et creation si besoin)
//
......@@ -221,9 +222,6 @@ if (!$echec AND $redirect_ok == "oui") {
}
//
// Affichage
//
......
......@@ -89,11 +89,7 @@ function calcul_introduction ($type, $texte, $chapo='', $descriptif='') {
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
......
......@@ -101,7 +101,14 @@ div.spip_poesie div {
.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;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter