From a3394bd779bf83899f176b74a7dbbc8290ff8cf5 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Fri, 19 Jul 2024 18:09:10 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9place=20css=20apo=5Fcompare=5Fcsv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/scodoc.css | 68 -------------------------- app/templates/apogee/apo_compare.j2 | 76 ++++++++++++++++++++++++++++- 2 files changed, 75 insertions(+), 69 deletions(-) diff --git a/app/static/css/scodoc.css b/app/static/css/scodoc.css index 9a6e07f00..b844a9d42 100644 --- a/app/static/css/scodoc.css +++ b/app/static/css/scodoc.css @@ -4214,74 +4214,6 @@ table#apo_csv_list td { margin-top: 5px; } -div.apo_compare_csv_form_but { - margin-top: 10px; - margin-bottom: 10px; -} - -div.apo_compare_csv_form_submit input { - margin-top: 2ex; - margin-left: 5em; - font-size: 120%; -} - -.apo_compare_csv div.section .tit { - margin-top: 10px; - font-size: 120%; - font-weight: bold; -} - -.apo_compare_csv div.section .key { - font-size: 110%; -} - -.apo_compare_csv div.section .val_ok { - font-size: 110%; - color: green; - font-weight: bold; - font-family: "Courier New", Courier, monospace; -} - -.apo_compare_csv div.section .val_dif { - font-size: 110%; - color: red; - font-weight: bold; - font-family: "Courier New", Courier, monospace; -} - -.apo_compare_csv div.section .p_ok { - font-size: 100%; - font-style: italic; - color: green; - margin-left: 4em; -} - -.apo_compare_csv div.section .s_ok { - font-size: 100%; - font-style: italic; - color: green; -} - -.apo_compare_csv div.sec_table { - margin-bottom: 10px; - margin-top: 20px; -} - -.apo_compare_csv div.sec_table .gt_table { - font-size: 100%; -} - -.apo_compare_csv div.sec_table .gt_table td.val_A, -.apo_compare_csv div.sec_table .gt_table td.val_B { - color: red; - font-weight: bold; - text-align: center; -} - -.apo_compare_csv div.sec_table .gt_table td.type_res { - text-align: center; -} - div.semset_descr { border: 1px dashed rgb(10, 150, 40); padding-left: 5px; diff --git a/app/templates/apogee/apo_compare.j2 b/app/templates/apogee/apo_compare.j2 index 1ab0a7b2d..ece1ec168 100644 --- a/app/templates/apogee/apo_compare.j2 +++ b/app/templates/apogee/apo_compare.j2 @@ -1,5 +1,79 @@ {% extends "sco_page.j2" %} -{% import 'wtf.j2' as wtf %} + +{% block styles %} +{{super()}} + + +{% endblock %} {% block app_content %}

Comparaison de fichiers Apogée