diff --git a/bbs/search.php b/bbs/search.php
index f4d800742..7c7055f2e 100644
--- a/bbs/search.php
+++ b/bbs/search.php
@@ -129,7 +129,11 @@ if ($stx) {
$sql2 = " select bo_subject from {$g4['board_table']} where bo_table = '{$g4_search['tables'][$i]}' ";
$row2 = sql_fetch($sql2);
- $str_board_list .= '
'.$row2['bo_subject'].PHP_EOL.'갯수'.$row['cnt'].'';
+ $sch_class = "";
+ $sch_all = "";
+ if ($onetable == $g4_search['tables'][$i]) $sch_class = "class=sch_on";
+ else $sch_all = "class=sch_on";
+ $str_board_list .= ''.$row2['bo_subject'].PHP_EOL.'갯수'.$row['cnt'].'';
}
}
diff --git a/css/default.css b/css/default.css
index 6c32e7924..b236d929b 100644
--- a/css/default.css
+++ b/css/default.css
@@ -175,7 +175,7 @@ a {color:#000;text-decoration:none}
#wrapper h1 {font-size:1em}
/* 레이아웃 하단 */
-#footer {z-index:1;position:relative;padding:15px 0 20px;border-top:1px solid #666;color:#595959;font-size:0.75em}
+#footer {z-index:1;position:relative;padding:15px 0 20px;border-top:1px solid #bbb;color:#595959;font-size:0.75em}
#footer h1 {margin:0;height:0;overflow:hidden}
#footer section {margin-left:20px}
#footer h2 {margin:0;width:100px;color:#000;font-size:1em}
@@ -274,10 +274,10 @@ a {color:#000;text-decoration:none}
#current_connect_tbl .td_name {text-align:center}
/* 전체검색 */
-#sch_result_detail {margin:0;padding:15px 0;border:0;border-top:1px solid #ddd;text-align:center}
+#sch_result_detail {margin:0;padding:15px 0;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#eee;text-align:center}
#sch_result_detail label {font-size:0.75em}
#sch_result_hd {margin:0;border:0;background:#fff;font-size:0.75em}
-#sch_result_hd dt {padding:10px;background:#eee}
+#sch_result_hd dt {padding:10px;border-bottom:1px solid #eee;background:#fbfbfb}
#sch_result_hd dd {margin:0;padding:0}
#sch_result_hd ul {padding:0;list-style:none;zoom:1}
#sch_result_hd ul:after {display:block;visibility:hidden;clear:both;content:""}
@@ -292,6 +292,7 @@ a {color:#000;text-decoration:none}
#sch_result_bo dd {margin:0}
#sch_result_bo li {position:relative;margin-top:-1px}
#sch_result_bo a {display:inline-block;padding:10px 0 10px 10px;width:160px;border:1px solid #ddd;background:#eee}
+#sch_result_bo .sch_on {width:161px;border-right:0;background:#fff}
#sch_result_bo .cnt_cmt {color:#000}
#sch_result_atc li {padding:10px 0}
#sch_result_atc dt a {display:inline-block;margin-bottom:15px;font-size:0.75em}
diff --git a/skin/search/neo/search.skin.php b/skin/search/neo/search.skin.php
index ea1aed3ea..b30bda9d4 100644
--- a/skin/search/neo/search.skin.php
+++ b/skin/search/neo/search.skin.php
@@ -83,7 +83,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
검색결과가 있는 게시판 목록