refactor: cssクラス名修正

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

View File

@ -30,7 +30,7 @@ h1{
width: 20%;
}
.csvup_buttonSize{
.header_buttonSize{
width: 7rem;
font-size: initial;
}

View File

@ -41,9 +41,9 @@
<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" class="csvup_buttonSize" onclick="location.href='/masterMainte/instEmpCsvUL' " value="戻る">
<input type="button" class="header_buttonSize" onclick="location.href='/masterMainte/instEmpCsvUL' " value="戻る">
{% else %}
<input type="button" class="csvup_buttonSize" onclick="backToMainteMenu()" value="メニューへ" />
<input type="button" class="header_buttonSize" onclick="backToMainteMenu()" value="メニューへ" />
{% endif %}
</td>
</tr>