refactor: cssクラス名修正
This commit is contained in:
parent
9e305515f6
commit
f82d48e0b0
@ -30,7 +30,7 @@ h1{
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.csvup_buttonSize{
|
||||
.header_buttonSize{
|
||||
width: 7rem;
|
||||
font-size: initial;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user