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

Petites corrections de style (espacement vraiment relatifs)

parent c11516e1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -112,7 +112,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
.rubriques, .breves, .syndic, .forums, .divers {
text-align: left;
border: 1px solid #CCCCCC;
margin-bottom: 16px;
margin-bottom: 1em;
min-width: 10em;
font-size: 0.77em;
}
......@@ -276,16 +276,16 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
clear: both;
background: #e0ffe0;
border: 1px solid #CCCCCC;
padding: 8px;
margin-bottom: 16px;
padding: 0.5em;
margin-bottom: 1em;
font-weight: bold;
text-align: center; }
#page_plan #contenu .contre-encart ul {
display: block;
clear: left;
margin-left: 16px;
margin-bottom: 16px;
margin-left: 1em;
margin-bottom: 1em;
list-style: square; }
#page_plan #contenu .contre-encart li { list-style: inherit; }
......
......@@ -97,13 +97,10 @@ img, .spip_logos { margin: 0; padding: 0; border: 0; }
.formulaire_spip fieldset, .spip_encadrer {
display: block;
margin: 8px 0;
padding: 8px;
margin: 0.77em 0;
padding: 0.77em;
border: 1px dotted; }
.formulaire_spip legend {
font-weight: bold;
padding-left: 0.5em;
padding-right: 0.5em; }
.formulaire_spip legend { font-weight: bold; }
.spip_sanscadre { border: 0; }
.spip_sanscadre legend { display: none; }
......@@ -125,12 +122,11 @@ input.spip_bouton {
/* * Reponse du formulaire (erreur) */
.reponse_formulaire { font-weight: bold; color: #FF0000; }
fieldset.reponse_formulaire { border: 1px dotted; }
fieldset.reponse_formulaire legend { font-weight: normal; }
fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; }
/* * Previsualisation du message */
fieldset.previsu {
padding: 12px;
padding: 1em;
border: 1px solid; }
/* * Barre de raccourcis */
......
......@@ -4,13 +4,10 @@
[<p class="reponse_formulaire">(#ENV*{sujetko})</p>]
[<p class="reponse_formulaire">(#ENV*{mailko})</p>]
[
<fieldset class="spip_encadrer">
[<fieldset class="reponse_formulaire">
<legend><:envoyer_message:></legend>
<p class="reponse_formulaire">(#ENV*{mailenvoye})</p>
</fieldset>
]
<p>(#ENV*{mailenvoye})</p>
</fieldset>]
[(#ENV**{mailenvoye}|?{'',' '})
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter