From 23fa96a2b6bb2ba8b45d4703b145d70b476c7326 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 31 Oct 2020 17:56:18 +0100 Subject: [PATCH] =?UTF-8?q?table=20des=20tr=C3=A8s=20petits=20=C3=A9crans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/layout/common.css b/core/layout/common.css index 52d990a0..6ddbc3e4 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1526,6 +1526,18 @@ th.col12 { width: 100%; } +/* Tableau sur les écrans de très petites tailles */ +@media (max-width: 480px){ + .table tr{ + display: block; + margin-bottom: 10px; + } + .table td { + display: block; + text-align: right; + width: auto; + } +} /** * Classes rapides