Selaa lähdekoodia

Center the authentication_code

FusionPBX 2 vuotta sitten
vanhempi
commit
97cabdd3b7
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 />
 			<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>