From bc65c98179a42d265e825d1434dc24854ed511f2 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 18 Feb 2013 18:44:32 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20qnb=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.head.php | 21 ++++++++++++++++++--- css/adm.css | 8 ++++++-- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/adm/admin.head.php b/adm/admin.head.php index 43154a5c4..7f5233b13 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -122,9 +122,24 @@ function textarea_size(fld, size)
diff --git a/css/adm.css b/css/adm.css index df9e46467..56555e1b8 100644 --- a/css/adm.css +++ b/css/adm.css @@ -84,8 +84,12 @@ h2 {font-size:1.2em} #wrapper {margin:30px auto;width:1000px;min-height:630px;height:auto !important;height:630px;zoom:1} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} #qnb {float:right;margin:0;padding:0;list-style:none} -#qnb li {margin-bottom:1px} -#qnb a {display:block;width:45px;height:45px} +#qnb li {margin-bottom:20px} +#qnb a {display:block;width:40px;font-size:0.9em;text-align:center} +#qnb a:focus, +#qnb a:hover, +#qnb a:active {text-decoration:none} +#qnb img {margin-bottom:5px} #container {float:left;width:942px} /* 하단 레이아웃 */