사용자: 최근게시물 검색 영역

This commit is contained in:
whitedot
2013-01-11 13:39:11 +09:00
parent a20189e202
commit c06e479d42
2 changed files with 5 additions and 1 deletions

View File

@ -393,6 +393,10 @@ a {color:#000;text-decoration:none}
#password_confirm legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
#password_confirm p {margin-bottom:20px;font-size:0.75em}
/* 최근게시물 */
#new_search {margin:0 0 10px;padding:0;border:0;text-align:right}
#new_search legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
/* 새창 공통 */
.new_win h1 {padding:10px 30px;background:#393936;color:#fff;font-size:1.2em}
.new_win h1 a {color:#fff}

View File

@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<!-- 검색 -->
<form name="fnew" method="get">
<fieldset>
<fieldset id="new_search">
<legend>상세검색</legend>
<?=$group_select?>
<select id="view" name="view" onchange="select_change()" title="검색종류">