Changeset 815 for trunk/services


Ignore:
Timestamp:
May 5, 2024 8:41:57 PM (2 weeks ago)
Author:
anonymous
Message:

Minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/templates/login_form.ihtml

    r763 r815  
    88        <td class="sc-right"><label for="username"><?php echo _("Username"); ?></label></td>
    99        <td>
    10             <input type="text" class="sc-small" size="20" name="username" value="<?php echo oTxt($frm['username']); ?>" />
     10            <input type="text" class="sc-medium" size="20" name="username" value="<?php echo oTxt($frm['username']); ?>" />
    1111        </td>
    1212    </tr>
     
    1414        <td class="sc-right"><label for="password"><?php echo _("Password"); ?></label></td>
    1515        <td>
    16             <input type="password" class="sc-small" size="20" name="password" value=""<?php echo $autocomplete; ?> />
     16            <input type="password" class="sc-medium" size="20" name="password" value=""<?php echo $autocomplete; ?> />
    1717        </td>
    1818    </tr>
Note: See TracChangeset for help on using the changeset viewer.