diff --git a/adm/admin.head.php b/adm/admin.head.php index 7b3953f5d..e43cc7da5 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -103,17 +103,33 @@ function imageview(id, w, h) $gnb_str .= $href1 . $menu['menu'.$key][0][1] . $href2; $gnb_str .= print_menu1('menu'.$key, 1); $gnb_str .= ""; - if ($current_class) $current_class = ""; // 클래스 반복부여 방지 } $gnb_str .= ""; echo $gnb_str; ?> - + + + + +
+
diff --git a/css/admin.css b/css/admin.css index de8e6f7e8..fac14d096 100644 --- a/css/admin.css +++ b/css/admin.css @@ -74,6 +74,11 @@ h2.h2_frm {padding-top:15px} .gnb_js .gnb_grp_style:focus, .gnb_js .gnb_grp_style:hover {background:#484848 !important} .gnb_js .gnb_grp_div {border-top:1px solid #eee} +#lnb {margin:0;padding:10px 15px;list-style:none;zoom:1} +#lnb:after {display:block;visibility:hidden;clear:both;content:""} +#lnb li {float:left} +#lnb a {display:inline-block;padding:5px;font-size:0.95em;letter-spacing:-0.1em} + /* 중간 레이아웃 */ #wrapper {z-index:5;margin:20px 0;zoom:1} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/css/default.css b/css/default.css index ae4bfaadc..a86cffdb3 100644 --- a/css/default.css +++ b/css/default.css @@ -188,6 +188,7 @@ li.empty_list {padding:85px 0;text-align:center} /* 필수입력 */ .required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat} +textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat} /* 테이블 항목별 정의 */ .td_board {width:120px;text-align:center} diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index a54f17f9a..329eb27ec 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -207,7 +207,7 @@ html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !importa #bo_v_atc {min-height:200px;height:auto !important;height:200px} #bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden} -#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden:zoom:1} +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 51500f48f..da64473f2 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -44,6 +44,9 @@ include_once(G5_LIB_PATH.'/thumbnail.lib.php'); + + +
    0 && ($i % $bo_gallery_cols == 0)) diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index 1fee56aa5..314770e78 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -197,7 +197,7 @@ html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !importa #bo_v_atc {min-height:200px;height:auto !important;height:200px} #bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden} -#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden:zoom:1} +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} diff --git a/skin/member/basic/img/reg_result_logo.jpg b/skin/member/basic/img/reg_result_logo.jpg index 9bdf4f72d..4f3dbb9c3 100644 Binary files a/skin/member/basic/img/reg_result_logo.jpg and b/skin/member/basic/img/reg_result_logo.jpg differ diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index d65b72aac..bb8f66363 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -59,7 +59,9 @@ .mbskin .frm_info {} -.mbskin .required {} /* 필수입력 */ +/* 필수입력 */ +.mbskin .required {} +.mbskin textarea.required {} /* 테이블 항목별 정의 */ .mbskin .td_board {}