Skip to content

Commit

Permalink
make boxes smaller for mobil safari
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed May 28, 2014
1 parent 193cad8 commit d75cd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/default/templates/userlogin;misc;default
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ __template__
<label>
Nickname
</label>
<input type="text" name="unickname" style="width: 18.4em;" value="" maxlength="[% constants.nick_maxlen %]">
<input type="text" name="unickname" style="width: 18em;" value="" maxlength="[% constants.nick_maxlen %]">
<label>
Password
</label>
<input type="hidden" name="returnto" value="[% return_url | strip_urlattr %]">
<input type="hidden" name="op" value="userlogin">
<input type="password" name="upasswd" style="width: 18.4em;">
<input type="password" name="upasswd" style="width: 18em;">
<label class="checkbox">
<input type="checkbox" name="login_temp" value="yes">
Public Terminal
Expand Down

0 comments on commit d75cd41

Please sign in to comment.