From 07daf8e4f9239dffd41b4ed0fd6ddffff7e6132d Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Tue, 25 Nov 2008 01:52:17 +0000 Subject: [PATCH] Planet UI Debugging. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4976 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/planet/skins/xe_planet/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/planet/skins/xe_planet/css/default.css b/modules/planet/skins/xe_planet/css/default.css index 3e35a352e..ff52368a6 100644 --- a/modules/planet/skins/xe_planet/css/default.css +++ b/modules/planet/skins/xe_planet/css/default.css @@ -66,7 +66,7 @@ h1 a{ font-weight:bold; font-size:30px; color:#000; letter-spacing:-3px; text-de #header .search{ position:relative; top:2px; float:right; margin:0; padding:0; white-space:nowrap; text-align:right; *zoom:1;} #header .search .inputText{ padding:4px 5px 2px 5px; height:21px; width:160px; border:1px solid #e7e7e7; vertical-align:top; font:bold 14px AppleGothic, Dotum, Gulim, Sans-serif;} #header .search .inputText.focus{ border:3px solid #4ba300; height:17px; width:156px;} -#header .search .button{ top:0 !important;} +#header .search .button{ top:1px;} #header .search .button button{ padding:0 10px 0 8px; font-family:Dotum;} #header .search .suggestion{ position:absolute; top:3px; left:174px; /* border:1px solid; */} #header .search .suggestion .autoComplete{ position:absolute; top:0; left:0; width:23px; height:23px; background:#fff url(../images/buttonAutoComplete.gif) no-repeat center -10px;}