From 2afdde9749eeface10ceca832eb7f8ff8d32de3c Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 2 Mar 2022 01:10:29 +0100 Subject: Affichage et page archives --- public/css/donnees_hors_editeur.css | 9 ++------- 1 file changed, 2 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 25436a4..d54d7ff 100644 --- a/public/css/donnees_hors_editeur.css +++ b/public/css/donnees_hors_editeur.css @@ -1,5 +1,3 @@ -/*img{vertical-align: bottom;}*/ - .text-tiny{font-size: x-small;} .text-small{font-size: small;} .text-big{font-size: large;} @@ -20,13 +18,12 @@ input[type=checkbox]{-webkit-appearance: none;-moz-appearance: none;-ms-appearan height: 16px; width: 16px; border: 1px solid black; border-radius: 2px; position: relative; top: 5px; margin-right: 10px;} input[type="checkbox"]:checked{border: none; background: #26ab33;} -.table>table{border-collapse: collapse;} -.table td{border: 1px grey solid; padding: 7px; min-width: 30px;} +.table>table{border-collapse: collapse; border-width: 2px;} +.table td{padding: 7px; min-width: 30px; border-width: 2px;} td p{margin: 0px;} .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;} @@ -38,8 +35,6 @@ iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px - - @media screen and (max-width: 1000px) { /*img{max-width: 900px;}*/ -- cgit v1.2.3