From d160bddd564210e4d307f7af544e815ac9d69bfb Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 7 Jan 2013 13:52:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EA=B0=80=EC=9E=85=EC=95=BD=EA=B4=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 7 +++++++ skin/member/neo/register.skin.php | 16 ++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/css/def.css b/css/def.css index 0db9daace..2a08106a9 100644 --- a/css/def.css +++ b/css/def.css @@ -230,6 +230,13 @@ h6 {margin:0 0 20px} #post_num li a {display:block;padding:5px 0;font-size:0.8em} #post_num p {margin:0 auto 30px;width:90%} +/* 회원가입 약관 */ +#fregister {padding:20px;background:#f5f5f2} +#fregister_term {float:left;width:49%} +#fregister_private {float:right;width:49%} +#fregister textarea {display:block;margin-bottom:10px;width:95%;height:200px;border:1px solid #ddd} +#fregister label {display:inline-block;margin-right:10px} + /* pagination */ .pg {margin-bottom:30px;font-size:0.875em;text-align:center} .pg_page, .pg_current {display:inline-block;position:relative;margin-left:-6px;padding:0 10px;height:25px;border:1px solid #ddd;background:#fff;line-height:1.9em;vertical-align:middle} diff --git a/skin/member/neo/register.skin.php b/skin/member/neo/register.skin.php index a977777e8..3576f42c7 100644 --- a/skin/member/neo/register.skin.php +++ b/skin/member/neo/register.skin.php @@ -2,21 +2,22 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> -
+ -
+

회원가입약관

- -
+

개인정보취급방침

- - + + + +
@@ -25,8 +26,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 - -