From 2d2aed374aa94326f1d86cce9a234944426c3dda Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Wed, 12 Oct 2011 10:36:02 +0000 Subject: [PATCH] Member module mobile sign up UI clean. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9617 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/member/member.admin.view.php | 2 +- modules/member/tpl/css/msignup.css | 7 +++- modules/member/tpl/signup_form.html | 56 ++++++++++++---------------- 3 files changed, 29 insertions(+), 36 deletions(-) diff --git a/modules/member/member.admin.view.php b/modules/member/member.admin.view.php index bafe122a2..9a1498286 100644 --- a/modules/member/member.admin.view.php +++ b/modules/member/member.admin.view.php @@ -243,7 +243,7 @@ ,zdate($memberInfo['birthday'], 'Y-m-d', false) ,$lang->cmd_delete); }elseif($formInfo->name == 'find_account_question'){ - $inputTag = '
'; + $inputTag = ''; $optionTag = array(); foreach($lang->find_account_question_items as $key=>$val){ if($key == $memberInfo['find_account_question']) $selected = 'selected="selected"'; diff --git a/modules/member/tpl/css/msignup.css b/modules/member/tpl/css/msignup.css index 18ca5afb8..0798f4df1 100644 --- a/modules/member/tpl/css/msignup.css +++ b/modules/member/tpl/css/msignup.css @@ -32,13 +32,16 @@ input[type=radio]{width:13px;height:13px;margin:0;padding:0} .ff ul{margin:0 10px 10px 10px;padding:10px 0 0 0;list-style:none} .ff li{margin:0 0 5px 0;padding:0} .ff li p{color:#666} +.ff li>label:first-child{display:block;font-weight:bold} .ff label+input[type=text], .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+select, +.ff label+select+input[type=text]{display:block;width:96%;font-size:14px;margin:0 0 5px 0} .ff label+input[type=text], .ff label+input[type=password], -.ff label+textarea{padding:5px} +.ff label+textarea, +.ff label+select+input[type=text]{padding:5px} /* Button Area */ .bna{text-align:center;padding:0 10px;margin:10px 0} .bna:after{content:"";display:block;clear:both} diff --git a/modules/member/tpl/signup_form.html b/modules/member/tpl/signup_form.html index 4a71c8e05..542033fe0 100644 --- a/modules/member/tpl/signup_form.html +++ b/modules/member/tpl/signup_form.html @@ -9,7 +9,7 @@

{$XE_VALIDATOR_MESSAGE}

-
+
@@ -23,43 +23,33 @@