Skip to content
Extraits de code Groupes Projets
Valider b7b355ef rédigé par tetue's avatar tetue
Parcourir les fichiers

formulaire_inscription : cosmétique du message d'erreur (en attendant plus joli)

parent 9bf97bbc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -63,7 +63,7 @@ table.spip td { padding: 3px; text-align: left; vertical-align: middle; } ...@@ -63,7 +63,7 @@ table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
/* Logos et documents /* Logos et documents
---------------------------------------------- */ ---------------------------------------------- */
img.spip_logos { margin: 0; padding: 0; border: 0; } img, img.spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { font-family: Verdana, Arial, Helvetica, sans-serif; } .spip_documents { font-family: Verdana, Arial, Helvetica, sans-serif; }
.spip_documents_center { margin: auto; text-align: center; width: 80%; } .spip_documents_center { margin: auto; text-align: center; width: 80%; }
...@@ -90,7 +90,7 @@ form, fieldset, legend, label, input, textarea, select, option { ...@@ -90,7 +90,7 @@ form, fieldset, legend, label, input, textarea, select, option {
.formulaire_spip { .formulaire_spip {
text-align: left; } text-align: left; }
.formulaire_spip form p { .formulaire_spip p {
margin: 4px 0; margin: 4px 0;
padding: 0; } padding: 0; }
...@@ -125,6 +125,11 @@ input.spip_bouton { ...@@ -125,6 +125,11 @@ input.spip_bouton {
.reponse_formulaire { .reponse_formulaire {
font-weight: bold; font-weight: bold;
color: #FF0000; } color: #FF0000; }
fieldset.reponse_formulaire {
background: #FFFFFF;
border: 1px solid #FF6666; }
fieldset.reponse_formulaire legend { font-weight: normal; }
fieldset.reponse_formulaire p { padding: 4px; }
/* * Barre de raccourcis */ /* * Barre de raccourcis */
a.spip_barre img { a.spip_barre img {
......
[<p class="reponse_formulaire">(#ENV*{message})</p>] [<fieldset class="reponse_formulaire">
<legend><:pass_erreur:></legend>
<p>(#ENV*{message})</p>
</fieldset>]
[<fieldset class="spip_encadrer"> [<fieldset class="spip_encadrer">
<legend><:pass_vousinscrire:></legend> <legend><:pass_vousinscrire:></legend>
<p><:participer_site:></p> <p><:participer_site:></p>
......
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