derisamedia / luci-theme-alpha

Luci theme for Official Openwrt and Alpha OS build ,based on bootstrap and material luCi theme,inspired on neobird LEDE theme
Apache License 2.0
173 stars 40 forks source link

Tampilan input username yang tidak ditengah saat login menggunakan browser smartphone #7

Closed qui0 closed 1 year ago

qui0 commented 1 year ago

fix

<div class='fieldset-body' id='login_form'>
    <p class='field'>
    </p>
        <label for='user'>
          <label class="cbi-value-title" for="luci_username">Username</label>
          <div class="cbi-value-field">
            <input type="text" name="luci_username" id="luci_username" autocomplete="username" value="root" />
          </div></label>
        <span id='valida' class='i i-warning'></span>
        <label for='pass'>
          <label class="cbi-value-title" for="luci_password">Password</label>
          <div class="cbi-value-field">
            <input type="password" name="luci_password" id="luci_password" autocomplete="current-password"/>
          </div></label>
        <span id='valida' class='i i-close'></span>
    <p class='field'>
    </p>