style: 戻るボタンも巨大化していたのを修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-07-13 12:03:38 +09:00
parent 54f600488f
commit 9e305515f6
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ h1{
}
.csvup_buttonSize{
width: 7rem;
font-size: initial;
}
.buttonSize{

View File

@ -41,7 +41,7 @@
<td class="headerTdLeft">施設担当者データCSVアップロード</td>
<td class="headerTdRight">
{% if mainte_csv_up.is_verified and mainte_csv_up.is_error_message_list_empty() %}
<input type="button" onclick="location.href='/masterMainte/instEmpCsvUL' " value="戻る">
<input type="button" class="csvup_buttonSize" onclick="location.href='/masterMainte/instEmpCsvUL' " value="戻る">
{% else %}
<input type="button" class="csvup_buttonSize" onclick="backToMainteMenu()" value="メニューへ" />
{% endif %}