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

ajouter un max-width sur spip_documents, et un width auto sur...

ajouter un max-width sur spip_documents, et un width auto sur .spip_document_image dans une table.spip
parent 802de01c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -36,7 +36,7 @@ table.spip td.numeric {text-align:right;} ...@@ -36,7 +36,7 @@ table.spip td.numeric {text-align:right;}
/* Logos, documents et images */ /* Logos, documents et images */
img, .spip_logo { margin: 0; padding: 0; border: 0; } 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; } .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 p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; } .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_left { float: left; margin-right: 15px; margin-bottom: 5px; max-width: 66%; }
...@@ -46,7 +46,7 @@ img, .spip_logo { margin: 0; padding: 0; border: 0; } ...@@ -46,7 +46,7 @@ img, .spip_logo { margin: 0; padding: 0; border: 0; }
.spip_doc_credits { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; font-style:italic; } .spip_doc_credits { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; font-style:italic; }
.spip_doc_legende { display: block; clear: both; margin-left: auto; margin-right: auto; width: 100%; max-width: 25em; } .spip_doc_legende { display: block; clear: both; margin-left: auto; margin-right: auto; width: 100%; max-width: 25em; }
.spip_documents>a { display: inline-block; } .spip_documents>a { display: inline-block; }
table.spip .spip_document_image {width: auto !important;}
/* modeles par defaut */ /* modeles par defaut */
.spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; } .spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; }
......
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