mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Message module mobile template file fix as cosmetic issue.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12654 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
51959701fe
commit
4f98afb467
2 changed files with 3 additions and 1 deletions
|
|
@ -38,10 +38,12 @@ input[type=radio]{width:13px;height:13px;margin:0;padding:0}
|
|||
.ff li{margin:0 0 5px 0;padding:0}
|
||||
.ff label{margin-right:10px}
|
||||
.ff label+input[type=text],
|
||||
.ff label+input[type=email],
|
||||
.ff label+input[type=password],
|
||||
.ff label+textarea,
|
||||
.ff label+select{display:block;width:96%;font-size:14px;margin:0 0 5px 0}
|
||||
.ff label+input[type=text],
|
||||
.ff label+input[type=email],
|
||||
.ff label+input[type=password],
|
||||
.ff label+textarea{padding:5px}
|
||||
/* Help */
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<fieldset>
|
||||
<ul>
|
||||
<li cond="$member_config->identifier == 'user_id'"><label for="uid">{$lang->user_id}</label><input type="text" name="user_id" id="uid" required autofocus /></li>
|
||||
<li cond="$member_config->identifier != 'user_id'"><label for="uid"></label><input type="email" name="user_id" id="uid" required /></li>
|
||||
<li cond="$member_config->identifier != 'user_id'"><label for="uid">{$lang->email_address}</label><input type="email" name="user_id" id="uid" required autofocus /></li>
|
||||
<li><label for="upw">{$lang->password}</label><input type="password" name="password" id="upw" value="" /></li>
|
||||
</ul>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue