diff --git a/bbs/list.php b/bbs/list.php index cd09299b9..a2d164537 100644 --- a/bbs/list.php +++ b/bbs/list.php @@ -11,7 +11,7 @@ if ($board['bo_use_category']) { $categories = explode('|', $board['bo_category_list']); // 구분자가 , 로 되어 있음 for ($i=0; $i'; + $category_option .= '
  • '.$categories[$i].'
  • '; } } diff --git a/css/default.css b/css/default.css index 35f9fb4a8..bc9c5770f 100644 --- a/css/default.css +++ b/css/default.css @@ -384,6 +384,12 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f /* 게시판 목록 */ .btn_bo_adm input {padding:0 10px;height:26px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none} +#bo_cate {margin-bottom:10px} +#bo_cate h2 {width:0;height:0;overflow:hidden} +#bo_cate ul {margin:0;padding:0 0 0 1px;zoom:1} +#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_cate li {position:relative;float:left;margin-left:-1px} +#bo_cate a {display:block;padding:10px 15px 8px;border:1px solid #ddd;background:#f9f9f9;color:#000;text-decoration:none} .bo_fx {margin-bottom:5px;zoom:1} .bo_fx:after {display:block;visibility:hidden;clear:both;content:""} .bo_fx ul {margin:0;padding:0;list-style:none} @@ -491,7 +497,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f .pg {clear:both;margin:0 0 20px;padding-top:20px;text-align:center} .pg_wrap {display:inline-block;border:1px solid #ddd;letter-spacing:-4px} .pg_page, -.pg_current {display:inline-block;padding:0 12px;height:30px;background:#fff;color:#000;letter-spacing:0;line-height:2.6em;vertical-align:middle} +.pg_current {display:inline-block;padding:0 12px;height:30px;color:#000;letter-spacing:0;line-height:2.6em;vertical-align:middle} .pg_page {background:#f9f9f9;text-decoration:none} .pg_start, .pg_prev {border-right:1px solid #ddd} diff --git a/skin/board/neo/list.skin.php b/skin/board/neo/list.skin.php index 0ef117bd9..fd16d8394 100644 --- a/skin/board/neo/list.skin.php +++ b/skin/board/neo/list.skin.php @@ -11,18 +11,19 @@ if ($is_nogood) $colspan++;

    -
    -
    - -
    -
      -
    • 전체
    • - -
    -
    - -
    + +
    + +
    + +
    게시물 검색