사용자: 최근게시물 검색 영역
This commit is contained in:
@ -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 legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
|
||||||
#password_confirm p {margin-bottom:20px;font-size:0.75em}
|
#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 {padding:10px 30px;background:#393936;color:#fff;font-size:1.2em}
|
||||||
.new_win h1 a {color:#fff}
|
.new_win h1 a {color:#fff}
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<!-- 검색 -->
|
<!-- 검색 -->
|
||||||
<form name="fnew" method="get">
|
<form name="fnew" method="get">
|
||||||
<fieldset>
|
<fieldset id="new_search">
|
||||||
<legend>상세검색</legend>
|
<legend>상세검색</legend>
|
||||||
<?=$group_select?>
|
<?=$group_select?>
|
||||||
<select id="view" name="view" onchange="select_change()" title="검색종류">
|
<select id="view" name="view" onchange="select_change()" title="검색종류">
|
||||||
|
|||||||
Reference in New Issue
Block a user