diff options
Diffstat (limited to 'public/css/donnees_hors_editeur.css')
-rw-r--r-- | public/css/donnees_hors_editeur.css | 9 |
1 files changed, 2 insertions, 7 deletions
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 @@ | |||
1 | /*img{vertical-align: bottom;}*/ | ||
2 | |||
3 | .text-tiny{font-size: x-small;} | 1 | .text-tiny{font-size: x-small;} |
4 | .text-small{font-size: small;} | 2 | .text-small{font-size: small;} |
5 | .text-big{font-size: large;} | 3 | .text-big{font-size: large;} |
@@ -20,13 +18,12 @@ input[type=checkbox]{-webkit-appearance: none;-moz-appearance: none;-ms-appearan | |||
20 | height: 16px; width: 16px; border: 1px solid black; border-radius: 2px; position: relative; top: 5px; margin-right: 10px;} | 18 | height: 16px; width: 16px; border: 1px solid black; border-radius: 2px; position: relative; top: 5px; margin-right: 10px;} |
21 | input[type="checkbox"]:checked{border: none; background: #26ab33;} | 19 | input[type="checkbox"]:checked{border: none; background: #26ab33;} |
22 | 20 | ||
23 | .table>table{border-collapse: collapse;} | 21 | .table>table{border-collapse: collapse; border-width: 2px;} |
24 | .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} | 22 | .table td{padding: 7px; min-width: 30px; border-width: 2px;} |
25 | td p{margin: 0px;} | 23 | td p{margin: 0px;} |
26 | 24 | ||
27 | .image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} | 25 | .image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} |
28 | .image img{width: 100%;} | 26 | .image img{width: 100%;} |
29 | /*.image:not(.image_resized) img{width: auto;}*/ | ||
30 | .image-style-side{float: right;} | 27 | .image-style-side{float: right;} |
31 | .image-style-side:not(.image_resized){max-width: 50%;} | 28 | .image-style-side:not(.image_resized){max-width: 50%;} |
32 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} | 29 | .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 | |||
38 | 35 | ||
39 | 36 | ||
40 | 37 | ||
41 | |||
42 | |||
43 | @media screen and (max-width: 1000px) | 38 | @media screen and (max-width: 1000px) |
44 | { | 39 | { |
45 | /*img{max-width: 900px;}*/ | 40 | /*img{max-width: 900px;}*/ |