diff --git a/css/default.css b/css/default.css index 0d48aad09..c0870f5c7 100644 --- a/css/default.css +++ b/css/default.css @@ -25,7 +25,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #logo {padding:17px 0} /* 전체 검색 */ -#sch_all {position:absolute;top:22px;left:70px;margin:0;padding:0;border:1px solid #555} +#sch_all {position:absolute;top:22px;left:170px;margin:0;padding:0;border:1px solid #555} #sch_all legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} #sch_all_stx {padding-left:5px;width:165px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em} #sch_all_submit {padding:0 5px;height:26px;border:0;background:#555;color:#fff} diff --git a/css/mobile.css b/css/mobile.css index ca6a9f4be..1f4b95373 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -37,9 +37,9 @@ pre {overflow-x:scroll;font-size:1.1em} #hd:after {display:block;visibility:hidden;clear:both;content:""} #hd h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} -#logo {float:left;padding:0.3em 0;margin-left:1em} +#logo {float:left;padding:0.3em 0;margin-left:0.5em} -#schall {position:absolute;top:0.7em;right:1em;letter-spacing:-0.3em} +#schall {position:absolute;top:0.7em;right:0.5em;letter-spacing:-0.3em} #schall_stx {padding-left:0.3em;width:100px;height:1.5em;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.5em;-webkit-appearance:none} #schall_submit {border:1px solid #aaa;border-left:0} diff --git a/img/ft_catch.jpg b/img/ft_catch.jpg index 0e3469b13..39aaad50d 100644 Binary files a/img/ft_catch.jpg and b/img/ft_catch.jpg differ diff --git a/img/logo.jpg b/img/logo.jpg index fcd21c7c9..5db5621d1 100644 Binary files a/img/logo.jpg and b/img/logo.jpg differ diff --git a/mobile/head.php b/mobile/head.php index 48c82e479..6d6e604d9 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -19,7 +19,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');