style: 戻るボタンも巨大化していたのを修正
This commit is contained in:
parent
54f600488f
commit
9e305515f6
@ -31,6 +31,7 @@ h1{
|
||||
}
|
||||
|
||||
.csvup_buttonSize{
|
||||
width: 7rem;
|
||||
font-size: initial;
|
||||
}
|
||||
.buttonSize{
|
||||
|
||||
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user