From 22935b645f9661f283890cf3f4edb3eea8a672b9 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Wed, 25 Nov 2009 06:34:17 +0000 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EB=89=B4=20=ED=83=90=EC=83=89?= =?UTF-8?q?=EA=B8=B0=20CSS=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6980 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/admin/tpl/css/admin.css | 36 +++++++++------------------------ 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index bef05952c..3c193aa2b 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -202,29 +202,13 @@ .adminRightExtra { float:left; width:38%; } .serverresponse { background: #FFFFFF url(../../../../common/tpl/images/loading.gif) no-repeat scroll 5px 5px; height:30px; padding-left:25px; padding-top:5px; } -/* TODO : */ -#search_nav { - width:154px; - border:3px solid #ccc; - -webkit-border-radius:5px; - -moz-border-radius:5px; -} - -#search_nav input { - border:0; - height:17px; - width:134px; -} - -#search_nav button { - margin:1px 0; - padding:0; - border:0; - height:15px; - width:15px; - background:transparent url(../img/buttonSearch.gif) no-repeat; -} - -#search_nav button.close { - background-image:url(../img/buttonClose.gif); -} +#search_nav { border:3px solid #ccc; margin:0 0 5px 0;} +#search_nav input { border:0; height:17px; width:128px; padding:3px 0 0 4px; vertical-align:middle;} +#search_nav button { padding:0; border:0; height:17px; width:17px; background:transparent url(../img/buttonSearch.gif) no-repeat center; vertical-align:middle;} +#search_nav button.close {background:transparent url(../img/buttonClose.gif) no-repeat center;} +.e1 .section ._result{ list-style:none; margin:10px 0 0 0; padding:0;} +.e1 .section ._result li{ margin:0;} +.e1 .section ._result a{ display:block; color:#767676; padding:4px 5px 4px 10px;} +.e1 .section ._result a:hover, +.e1 .section ._result a:active, +.e1 .section ._result a:focus{ background:#f8f8f8;}