Center the authentication_code
This commit is contained in:
parent
1058c1bc87
commit
b6542299ba
|
|
@ -21,7 +21,7 @@
|
||||||
<a href='{$project_path}/'><img id='login_logo' style='width: {$login_logo_width}; height: {$login_logo_height};' src='{$login_logo_source}'/></a><br />
|
<a href='{$project_path}/'><img id='login_logo' style='width: {$login_logo_width}; height: {$login_logo_height};' src='{$login_logo_source}'/></a><br />
|
||||||
<form method='post' name='frm' action=''>
|
<form method='post' name='frm' action=''>
|
||||||
<div>
|
<div>
|
||||||
<input class='formfld' type='text' name='authentication_code' maxlength='255' placeholder="{$login_authentication_code}" value="{$authentication_code}">
|
<input class='formfld' type='text' style='text-align: center; min-width: 200px; width: 200px; margin-bottom: 8px;' name='authentication_code' maxlength='255' placeholder="{$login_authentication_code}" value="{$authentication_code}">
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<!--
|
<!--
|
||||||
{$description_authentication_code}
|
{$description_authentication_code}
|
||||||
|
|
@ -41,4 +41,4 @@
|
||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue