diff --git a/css/def.css b/css/def.css index 6fcc6115b..569323a03 100644 --- a/css/def.css +++ b/css/def.css @@ -242,7 +242,6 @@ h6 {margin:0 0 20px} .sch_datetime {font-size:0.75em} /* 게시판 목록 */ -#board_list caption {padding:0;height:0;overflow:hidden} .btn_board {margin-bottom:10px;zoom:1} .btn_board:after {display:block;visibility:hidden;clear:both;content:""} .btn_board ul {margin:0;padding:0;list-style:none} @@ -252,6 +251,10 @@ h6 {margin:0 0 20px} .btn_board_adm {float:left} .btn_board_adm li {float:left} .btn_board_adm a {display:block;margin-right:5px} +.cate_board select {padding:2px;border:1px solid #ddd;background:#f9f9f5;vertical-align:middle} +#board_list caption {padding:0;height:0;overflow:hidden} +.board_cate_link {display:inline-block;margin-right:10px;font-weight:bold} +.td_subject img {margin-left:5px} /* 우편번호 검색 */ #post_num dl {margin:0 auto 10px;padding:0;width:90%} diff --git a/skin/board/neo/list.skin.php b/skin/board/neo/list.skin.php index 3ea719f84..9151ec9f8 100644 --- a/skin/board/neo/list.skin.php +++ b/skin/board/neo/list.skin.php @@ -13,33 +13,29 @@ if ($is_nogood) $colspan++;
관리자 바로가기
-
-
- - -
- 게시물 검색 - Total 건 중 - - - - - - - - - -
-
-
+
+ + + +
@@ -87,7 +83,7 @@ if ($is_nogood) $colspan++; - +> - + '.$list[$i]['ca_name'].''; - } + ?> + + - if ($list[$i]['is_notice']) - echo ''.$list[$i]['subject'].''; - else - echo ''.$list[$i]['subject'].''; + - if ($list[$i]['comment_cnt']) - echo ''.$list[$i]['comment_cnt'].''; + + + + '; }