mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
refactor(ui): improve captcha form responsiveness
- adjust layout spacing on public auth-related templates - ensure captcha challenge areas remain visible on small screens - align image driver output with refreshed markup Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
+2
-1
@@ -139,7 +139,8 @@ else
|
||||
<form method="post" action="recover.php">
|
||||
<table border="1" cellspacing="0" cellpadding="10">
|
||||
<tr><td class="rowhead"><?php echo $lang_recover['row_registered_email'] ?></td>
|
||||
<td class="rowfollow"><input type="text" style="width: 150px" name="email" /></td></tr>
|
||||
<?php $formInputStyle = 'style="width: min(100%, 320px); min-width: 180px; border: 1px solid gray; box-sizing: border-box"'; ?>
|
||||
<td class="rowfollow"><input type="email" <?php echo $formInputStyle; ?> name="email" autocomplete="email" /></td></tr>
|
||||
<?php
|
||||
show_image_code ();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user