From 44d6777960010ca54575f817262e91818d90e0d1 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Wed, 12 Jul 2023 18:08:34 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=E3=83=9C=E3=82=BF=E3=83=B3=E7=B8=A6?= =?UTF-8?q?=E9=95=B7=E7=8F=BE=E8=B1=A1=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/static/css/masterMainte.css | 13 ++++- .../src/templates/instEmpCsvUL.html | 50 +++++++++---------- 2 files changed, 37 insertions(+), 26 deletions(-) diff --git a/ecs/jskult-webapp/src/static/css/masterMainte.css b/ecs/jskult-webapp/src/static/css/masterMainte.css index 0b8b8a8e..863a9835 100644 --- a/ecs/jskult-webapp/src/static/css/masterMainte.css +++ b/ecs/jskult-webapp/src/static/css/masterMainte.css @@ -1,3 +1,9 @@ +/* Bootstrap 5.10以降、box-sizingのデフォルト値によってテーブルがずれるため、このページ限定的にリセット */ +/* @see https://bootstrap-guide.com/content/reboot#page-defaults */ +table { + box-sizing: initial; +} + body{ background-color: LightCyan; font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif; @@ -5,6 +11,7 @@ body{ h1{ margin-left : 1%; + font-weight: 700; } @@ -24,7 +31,10 @@ h1{ } .csvup_buttonSize{ - width: 85px; + font-size: initial; +} +.buttonSize{ + width: 85px; } /*////////////////////////*/ @@ -97,6 +107,7 @@ h1{ padding-bottom: 1%; border-bottom: solid 1px gray; width: 94%; + border-collapse: initial; } .inputLabelTd{ diff --git a/ecs/jskult-webapp/src/templates/instEmpCsvUL.html b/ecs/jskult-webapp/src/templates/instEmpCsvUL.html index 50a1b2bd..9cdca845 100644 --- a/ecs/jskult-webapp/src/templates/instEmpCsvUL.html +++ b/ecs/jskult-webapp/src/templates/instEmpCsvUL.html @@ -12,9 +12,9 @@ document.getElementById("loading").style.display = "block"; document.getElementById("ulMsg").style.display = "none"; } - + function Form_Submit_Disp_Dialog(){ - var msg = '{{ mainte_csv_up.select_function_message() }}'; + var msg = '{{ mainte_csv_up.select_function_message() }}'; if (confirmDialog(msg)) { document.getElementById("loading").style.display = "block"; document.getElementById("ulMsg").style.display = "none"; @@ -31,7 +31,7 @@ formInsertBtDisabled(); }; - {% endif %} + {% endif %} @@ -41,9 +41,9 @@ 施設担当者データCSVアップロード {% if mainte_csv_up.is_verified and mainte_csv_up.is_error_message_list_empty() %} - - {% else %} - + + {% else %} + {% endif %} @@ -54,7 +54,7 @@ method="POST" enctype="multipart/form-data" {% if mainte_csv_up.is_verified and mainte_csv_up.is_error_message_list_empty() %} onsubmit="return Form_Submit_Disp_Dialog();" - {% else %} + {% else %} onsubmit="Form_Submit();" {% endif %} > @@ -65,8 +65,8 @@ 機能: -