diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index 7ea54aec0..79a53b1bd 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -39,7 +39,7 @@ #fregisterform .form_01 {margin-bottom:30px} #fregisterform .form_01 h2 {font-size:1.167em;margin:0 0 5px} #fregisterform .frm_label {display:block;font-size:1.083em;margin:15px 0 5px;color:#555} -#fregisterform .btn_frmline {width:70px;height:30px;line-height:30px;padding:0 10px;font-weight:bold} +#fregisterform .btn_frmline {width:auto;height:30px;line-height:30px;padding:0 10px;font-weight:bold} #fregisterform .rgs_name_li button {margin:5px 0 0;width:auto} #fregisterform .reg_mb_img_file {margin-bottom:30px} #fregisterform .reg_mb_img_file img {max-width:100%;height:auto} @@ -50,7 +50,7 @@ .adress {background:red;width:100%} .adress #reg_mb_zip {width:100%;position:relative} -.adress .btn_frmline {position:absolute;top:8px;right:8px;height:40px;padding:0 10px;border-radius:3px} +.adress .btn_frmline {position:absolute;top:8px;right:15px;height:40px;padding:0 10px;border-radius:3px} .chk_box {position:relative} .chk_box input[type="checkbox"] + label {padding-left:10px;color:#676e70} diff --git a/theme/basic/mobile/skin/member/basic/style.css b/theme/basic/mobile/skin/member/basic/style.css index e5292d7c6..c08d98a78 100644 --- a/theme/basic/mobile/skin/member/basic/style.css +++ b/theme/basic/mobile/skin/member/basic/style.css @@ -41,7 +41,7 @@ #fregisterform .form_01 {margin-bottom:30px} #fregisterform .form_01 h2 {font-size:1.167em;margin:0 0 5px} #fregisterform .frm_label {display:block;font-size:1.083em;margin:15px 0 5px;color:#555} -#fregisterform .btn_frmline {width:70px;height:30px;line-height:30px;padding:0 10px;font-weight:bold} +#fregisterform .btn_frmline {width:auto;height:30px;line-height:30px;padding:0 10px;font-weight:bold} #fregisterform .rgs_name_li button {margin:5px 0 0;width:auto} #fregisterform .reg_mb_img_file {margin-bottom:30px} #fregisterform .reg_mb_img_file img {max-width:100%;height:auto} @@ -52,7 +52,7 @@ .adress {background:red;width:100%} .adress #reg_mb_zip {width:100%;position:relative} -.adress .btn_frmline {position:absolute;top:8px;right:8px;height:40px;padding:0 10px;border-radius:3px} +.adress .btn_frmline {position:absolute;top:8px;right:15px;height:40px;padding:0 10px;border-radius:3px} .chk_box {position:relative} .chk_box input[type="checkbox"] + label {padding-left:10px;color:#676e70}