From c83388c24ca74dd6f48a8590f3fd68b8e595f3f1 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 3 Dec 2007 05:13:25 +0000 Subject: [PATCH] =?UTF-8?q?xe=5Fofficial=20=EB=A0=88=EC=9D=B4=EC=95=84?= =?UTF-8?q?=EC=9B=83=EC=9D=98=20=EC=83=81=EB=8B=A8=EA=B2=80=EC=83=89?= =?UTF-8?q?=EC=B0=BD=EC=9D=98=20=EB=B0=B0=EA=B2=BD=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=EA=B0=80=20=EC=9B=80=EC=A7=81=EC=9D=B4=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= 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@3138 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/xe_official/css/black.css | 4 ++-- layouts/xe_official/css/default.css | 4 ++-- layouts/xe_official/css/white.css | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/layouts/xe_official/css/black.css b/layouts/xe_official/css/black.css index 8c354875c..9121e584a 100644 --- a/layouts/xe_official/css/black.css +++ b/layouts/xe_official/css/black.css @@ -42,9 +42,9 @@ body { background:#3d3d3d url(../images/black/bgBody.gif) repeat-x;} #isSearch ul li label.on { background:#2f4345; } #isSearch ul li label:hover, #isSearch ul li label:focus { background:#2f4345;} -#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px; width:94px; height:15px; color:#ffffff; border:none; background:url(../images/black/bgSearch.gif) no-repeat;} +#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#ffffff; border:1px solid #8E8E8D; background-color:#857C79; } #isSearch .inputText:hover, -#isSearch .inputText:focus { background:url(../images/black/bgSearchOn.gif) no-repeat;} +#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#A9A4A3; } *:first-child+html #isSearch .inputText { position:relative; top:-1px;} #isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;} *:first-child+html #isSearch .submit { position:relative; top:-1px;} diff --git a/layouts/xe_official/css/default.css b/layouts/xe_official/css/default.css index 0a41bde03..f37a55491 100644 --- a/layouts/xe_official/css/default.css +++ b/layouts/xe_official/css/default.css @@ -43,9 +43,9 @@ body { background:#FFFFFF url(../images/default/bgBody.gif) repeat-x left top; } #isSearch ul li label.on { background:#455a5b; } #isSearch ul li label:hover, #isSearch ul li label:focus { background:#455a5b;} -#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px; width:94px; height:15px; color:#ffffff; border:none; background:url(../images/default/bgSearch.gif) no-repeat;} +#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#ffffff; border:1px solid #8E8E8D; background-color:#857C79; } #isSearch .inputText:hover, -#isSearch .inputText:focus { background:url(../images/default/bgSearchOn.gif) no-repeat;} +#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#A9A4A3; } *:first-child+html body#default #isSearch .inputText { position:relative; top:-1px;} #isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;} *:first-child+html body#default #isSearch .submit { position:relative; top:-1px;} diff --git a/layouts/xe_official/css/white.css b/layouts/xe_official/css/white.css index 7a6d90b83..d8a4ae3c6 100644 --- a/layouts/xe_official/css/white.css +++ b/layouts/xe_official/css/white.css @@ -42,10 +42,10 @@ body { background:#ffffff;} #isSearch ul li label.on { background:#ededed; } #isSearch ul li label:hover, #isSearch ul li label:focus { background:#ededed;} -#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px; width:94px; height:15px; color:#5c5c5c; border:none; background:url(../images/white/bgSearch.gif) no-repeat;} +#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #B0B0AF; background-color:#FFFFFF; } #isSearch .inputText:hover, -#isSearch .inputText:focus { background:url(../images/white/bgSearchOn.gif) no-repeat;} -*:first-child+html #isSearch .inputText { position:relative; top:-1px;} +#isSearch .inputText:focus { border:1px solid #8E8E8D; background-color:#FFFFFF; } +*:first-child+html #isSearch .inputText { position:relative; top:-1px;} #isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;} *:first-child+html #isSearch .submit { position:relative; top:-1px;}