From 2ac4254829fb27d878044978e4e89f15eeeddd23 Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 1 Mar 2022 04:02:05 +0100 Subject: factorisation et pages manquantes --- public/css/donnees_hors_editeur.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'public/css/donnees_hors_editeur.css') diff --git a/public/css/donnees_hors_editeur.css b/public/css/donnees_hors_editeur.css index 7b377ea..25436a4 100644 --- a/public/css/donnees_hors_editeur.css +++ b/public/css/donnees_hors_editeur.css @@ -24,8 +24,9 @@ input[type="checkbox"]:checked{border: none; background: #26ab33;} .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} td p{margin: 0px;} -.image{margin: 0px;text-align: center;margin: auto;height: 100%;} +.image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} .image img{width: 100%;} +/*.image:not(.image_resized) img{width: auto;}*/ .image-style-side{float: right;} .image-style-side:not(.image_resized){max-width: 50%;} .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} @@ -35,22 +36,26 @@ article:after{content: ""; display: block; clear: both;} iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} -/*@media screen and (max-width: 1000px) + + + + +@media screen and (max-width: 1000px) { - img{max-width: 900px;} -}*/ + /*img{max-width: 900px;}*/ +} @media screen and (min-width: 700px) { - .image{/*max-width: 630px;*/width: auto;} + /*.image{width: auto;}*/ } @media screen and (max-width: 699px) { - .image{max-width: 480px;} + /*.image{max-width: 480px;}*/ } @media screen and (max-width: 479px) { - .image{max-width: 320px;} + /*.image{max-width: 320px;}*/ } \ No newline at end of file -- cgit v1.2.3