From 62c6ba362d56e90c8baefc39c196c4102dede681 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 27 Apr 2018 23:51:57 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=EC=9D=B8=EC=A0=95=EB=B3=B4=EC=B2=98?= =?UTF-8?q?=EB=A6=AC=EB=B0=A9=EC=B9=A8=20&=20=EC=9D=B4=EC=9A=A9=EC=95=BD?= =?UTF-8?q?=EA=B4=80=20=EB=A7=81=ED=81=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/login.css | 12 +++++++++++- index.php | 3 +++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/css/login.css b/css/login.css index 345dcc1f..dc20a94d 100644 --- a/css/login.css +++ b/css/login.css @@ -103,4 +103,14 @@ input::-webkit-input-placeholder { #btn_kakao_login:hover { background-image:url('../oauth_kakao/kakao_login_join_ov.png'); -} \ No newline at end of file +} + +#bottom_box{ + position:fixed; + bottom:0; + width:100%; + left:0; +} +#bottom_box .container{ + text-align:center; +} \ No newline at end of file diff --git a/index.php b/index.php index 191b2614..7ed831fe 100644 --- a/index.php +++ b/index.php @@ -151,5 +151,8 @@ function postOAuthResult(result){ +
+