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

largeur max à 33% pour les docs en left/right dans le privé

Fix #4448 suite de spip/dist@3af2c729
parent 32291a43
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -39,8 +39,8 @@ img, .spip_logo { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; min-width: 120px; margin-bottom: 5px; margin-left: auto; margin-right: auto; max-width: 100%;}
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; max-width: 66%; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; max-width: 66%; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; max-width: 33%; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; max-width: 33%; }
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }
.spip_doc_credits { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; font-style:italic; }
......
......@@ -176,8 +176,8 @@ img, .spip_logo { margin: 0; padding: 0; border: 0; max-width: 100%;height: auto
.spip_documents { text-align: center; margin-bottom: #ENV{margin-bottom}; margin-left:auto; margin-right:auto; max-width:100%; }
.spip_documents p { margin: 0.10em; padding: 0; min-width: 120px; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: [(#ENV{margin-bottom})] auto; }
.spip_documents_left { float: #ENV{left}; margin-#ENV{right}: 15px; margin-bottom: [(#ENV{margin-bottom})]; max-width: 66%; }
.spip_documents_right { float: #ENV{right}; margin-#ENV{left}: 15px; margin-bottom: [(#ENV{margin-bottom})]; max-width: 66%; }
.spip_documents_left { float: #ENV{left}; margin-#ENV{right}: 15px; margin-bottom: [(#ENV{margin-bottom})]; max-width: 33%; }
.spip_documents_right { float: #ENV{right}; margin-#ENV{left}: 15px; margin-bottom: [(#ENV{margin-bottom})]; max-width: 33%; }
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; line-height: 1.25; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; line-height: 1.25; }
.spip_doc_credits { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; font-style:italic; line-height: 1.25; }
......
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