From b59df8d2b00a94c58aea3a789f870902b9efa9ce Mon Sep 17 00:00:00 2001 From: b_b <bruno@eliaz.fr> Date: Thu, 27 Feb 2020 11:59:11 +0100 Subject: [PATCH] =?UTF-8?q?largeur=20max=20=C3=A0=2033%=20pour=20les=20doc?= =?UTF-8?q?s=20en=20left/right=20dans=20le=20priv=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #4448 suite de https://git.spip.net/spip/dist/commit/3af2c729f202fa9cb7d6e6f151db6e910812497e --- prive/spip_style.css | 4 ++-- prive/themes/spip/typo.css.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/prive/spip_style.css b/prive/spip_style.css index 18b0226382..57f91342eb 100644 --- a/prive/spip_style.css +++ b/prive/spip_style.css @@ -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; } diff --git a/prive/themes/spip/typo.css.html b/prive/themes/spip/typo.css.html index 12d7268d96..69c3d5f617 100644 --- a/prive/themes/spip/typo.css.html +++ b/prive/themes/spip/typo.css.html @@ -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; } -- GitLab