浏览代码

Center the authentication_code

FusionPBX 2 年之前
父节点
当前提交
97cabdd3b7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/authentication/resources/views/totp.htm

+ 2 - 2
core/authentication/resources/views/totp.htm

@@ -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 />
 			<form method='post' name='frm' action=''>
 				<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 />
 					<!--
 					{$description_authentication_code}
@@ -41,4 +41,4 @@
 	</div>
 	-->
 </body>
-</html>
+</html>