사용자: required 스타일 수정
This commit is contained in:
@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
<!-- 회원정보 입력/수정 시작 { -->
|
||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||
|
||||
<div class="mb_skin">
|
||||
<div class="mbskin">
|
||||
|
||||
<script src="<?php echo G5_JS_URL ?>/jquery.register_form.js"></script>
|
||||
<?php if($config['cf_cert_use'] && ($config['cf_cert_ipin'] || $config['cf_cert_hp'])) { ?>
|
||||
|
||||
@ -44,26 +44,25 @@
|
||||
.mbskin td.empty_table {}
|
||||
|
||||
/* 폼 테이블 */
|
||||
.mb_skin table {}
|
||||
.mb_skin caption {}
|
||||
.mb_skin .frm_info {}
|
||||
.mb_skin .frm_address {}
|
||||
.mb_skin .frm_file {}
|
||||
.mbskin table {}
|
||||
.mbskin caption {}
|
||||
.mbskin .frm_info {}
|
||||
.mbskin .frm_address {}
|
||||
.mbskin .frm_file {}
|
||||
|
||||
.mb_skin .tbl_frm01 {}
|
||||
.mb_skin .tbl_frm01 th {}
|
||||
.mb_skin .tbl_frm01 td {}
|
||||
.mb_skin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
|
||||
.mb_skin .tbl_frm01 textarea {}
|
||||
.mbskin .tbl_frm01 {}
|
||||
.mbskin .tbl_frm01 th {}
|
||||
.mbskin .tbl_frm01 td {}
|
||||
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
|
||||
.mbskin .tbl_frm01 textarea {}
|
||||
/*
|
||||
.mb_skin .tbl_frm01 #captcha {}
|
||||
.mb_skin .tbl_frm01 #captcha input {}
|
||||
.mbskin .tbl_frm01 #captcha {}
|
||||
.mbskin .tbl_frm01 #captcha input {}
|
||||
*/
|
||||
.mb_skin .tbl_frm01 a {}
|
||||
.mbskin .tbl_frm01 a {}
|
||||
|
||||
/* 필수입력 */
|
||||
.mbskin .required {}
|
||||
.mbskin textarea.required {}
|
||||
.mbskin .required, .mbskin textarea.required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat}
|
||||
|
||||
/* 테이블 항목별 정의 */
|
||||
.mbskin .td_board {}
|
||||
|
||||
Reference in New Issue
Block a user