Skip to content
Extraits de code Groupes Projets
Valider 221ff6d6 rédigé par cerdic's avatar cerdic
Parcourir les fichiers

style des messages d'erreur d'avertissement et de confirmation.

3 classes error, noticen et success a utiliser pour styles les messages hors formulaire
parent 2224fc55
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -898,6 +898,7 @@ prive/themes/spip/images/document-new-24.png -text
prive/themes/spip/images/edit-16.png -text
prive/themes/spip/images/edit-24.png -text
prive/themes/spip/images/edition-48.png -text
prive/themes/spip/images/erreur-24.png -text
prive/themes/spip/images/forum-16.png -text
prive/themes/spip/images/forum-24.png -text
prive/themes/spip/images/forum-add-16.png -text
......@@ -971,6 +972,7 @@ prive/themes/spip/images/mot-new-16.png -text
prive/themes/spip/images/mot-new-24.png -text
prive/themes/spip/images/new-16.png -text
prive/themes/spip/images/new-24.png -text
prive/themes/spip/images/ok-24.png -text
prive/themes/spip/images/pense-bete-16.png -text
prive/themes/spip/images/pense-bete-24.png -text
prive/themes/spip/images/petition-16.png -text
......
......@@ -71,18 +71,48 @@
-ms-box-sizing: border-box;
}
.formulaire_spip .reponse_formulaire_erreur,
.formulaire_spip .reponse_formulaire {
border:2px solid;
color:#333;
font-weight: normal;
padding:5px;
padding-left:40px;
min-height:24px;
margin-bottom:1em;
}
.formulaire_spip .reponse_formulaire_ok {
font-weight: bold;
margin:10px;
border-color: #53AD20;
background:#E0FFCF url(#CHEMIN_IMAGE{ok-24.png}) no-repeat 5px 5px;
}
.formulaire_spip .reponse_formulaire_erreur {
color: #C30;
border:2px solid #c30;
padding:5px;
border-color: #C30;
background:#FFD0BF url(#CHEMIN_IMAGE{erreur-24.png}) no-repeat 5px 5px;
}
.formulaire_spip .reponse_formulaire_ok {
color: #53AD20;
.error,.success,.notice {
border:2px solid;
color:#333;
font-weight: normal;
padding:5px;
padding-left:40px;
min-height:24px;
margin-bottom:1em;
}
.success{
border-color: #C6D880;
background:#E6EFC2 url(#CHEMIN_IMAGE{ok-24.png}) no-repeat 5px 5px;
color : #264409;
}
.error {
border-color: #FBC2C4;
background:#FBE3E4 url(#CHEMIN_IMAGE{erreur-24.png}) no-repeat 5px 5px;
color : #8A1F11;
}
.notice {
border-color: #FFD324;
background:#FFF6BF url(#CHEMIN_IMAGE{warning-24.png}) no-repeat 5px 5px;
color : #514721;
}
......
prive/themes/spip/images/erreur-24.png

1,54 ko

prive/themes/spip/images/ok-24.png

1,1 ko

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