From 6ef5febee288efd717707cdde1a23f55f729bb8c Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 14 Dec 2012 16:56:35 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B3=B4=EA=B0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.tail.php | 2 +- adm/auth_list.php | 4 +++- adm/member_list.php | 2 +- adm/popular_list.php | 2 +- css/adm.css | 7 +++++++ 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/adm/admin.tail.php b/adm/admin.tail.php index 477234700..fc620d6e9 100644 --- a/adm/admin.tail.php +++ b/adm/admin.tail.php @@ -5,7 +5,7 @@ if (!defined("_GNUBOARD_")) exit; diff --git a/adm/auth_list.php b/adm/auth_list.php index 399a96df8..9abcb27d8 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -138,7 +138,9 @@ if ($i==0) $pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page='); ?> -
+
+ +
diff --git a/adm/member_list.php b/adm/member_list.php index 1460a29d2..478b6988f 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -232,7 +232,7 @@ if ($i == 0) ?> -
+
회원추가 diff --git a/adm/popular_list.php b/adm/popular_list.php index 2da22de74..675eaa6f9 100644 --- a/adm/popular_list.php +++ b/adm/popular_list.php @@ -131,7 +131,7 @@ if ($i == 0) -
+
diff --git a/css/adm.css b/css/adm.css index 5fb6b85bb..52cc01211 100644 --- a/css/adm.css +++ b/css/adm.css @@ -30,6 +30,9 @@ header {background:#2c2f34} #current_location li {float:left} #wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px} +footer {margin:20px 0;padding:5px 20px;border-top:1px solid #d0d6d8} +footer p {color:#576a71} + /* 헤딩 (아 머리 아퍼) */ h1 {margin-bottom:20px} @@ -51,6 +54,10 @@ h1 {margin-bottom:20px} .btn_submit {padding:0 15px;height:30px;border:0;background:#ff6633;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle} .btn_submit:focus {padding:0 15px;height:30px;border:0;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle} +.btn_list input {padding:0 15px;height:30px;background:#74868b;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle} +.btn_list input:focus {padding:0 15px;height:30px;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle} +.btn_list a {display:inline-block;padding:0 15px;height:28px;background:#74868b;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.1em;vertical-align:middle} +.btn_list a:focus {padding:0 15px;height:30px;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle} /* 폼 */ label {vertical-align:middle}