관리자 환경설정 여분필드 style 수정
This commit is contained in:
@ -1317,7 +1317,7 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
|
|||||||
<label for="cf_<?php echo $i ?>_subj">여분필드<?php echo $i ?> 제목</label>
|
<label for="cf_<?php echo $i ?>_subj">여분필드<?php echo $i ?> 제목</label>
|
||||||
<input type="text" name="cf_<?php echo $i ?>_subj" value="<?php echo get_text($config['cf_'.$i.'_subj']) ?>" id="cf_<?php echo $i ?>_subj" class="frm_input" size="30">
|
<input type="text" name="cf_<?php echo $i ?>_subj" value="<?php echo get_text($config['cf_'.$i.'_subj']) ?>" id="cf_<?php echo $i ?>_subj" class="frm_input" size="30">
|
||||||
<label for="cf_<?php echo $i ?>">여분필드<?php echo $i ?> 값</label>
|
<label for="cf_<?php echo $i ?>">여분필드<?php echo $i ?> 값</label>
|
||||||
<input type="text" name="cf_<?php echo $i ?>" value="<?php echo get_sanitize_input($config['cf_'.$i]); ?>" id="cf_<?php echo $i ?>" class="frm_input" size="30">
|
<input type="text" name="cf_<?php echo $i ?>" value="<?php echo get_sanitize_input($config['cf_'.$i]); ?>" id="cf_<?php echo $i ?>" class="frm_input extra-value-input" size="30">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|||||||
@ -403,8 +403,8 @@ tfoot th {}
|
|||||||
#anc_bo_extra label {display:inline-block;width:100px}
|
#anc_bo_extra label {display:inline-block;width:100px}
|
||||||
#anc_bo_extra input {margin-right:10px}
|
#anc_bo_extra input {margin-right:10px}
|
||||||
|
|
||||||
/* 게시판 여분필드 값 input style 로빈아빠님 제안 */
|
/* 환경설정 및 게시판 여분필드 값 input style 로빈아빠님 제안 */
|
||||||
#anc_bo_extra input.extra-value-input {width:calc(100% - 370px);}
|
#anc_bo_extra input.extra-value-input, #anc_cf_extra input.extra-value-input{width:calc(100% - 370px);}
|
||||||
|
|
||||||
/* 접속자집계 목록 */
|
/* 접속자집계 목록 */
|
||||||
.tbl_visit_list td {text-align:center}
|
.tbl_visit_list td {text-align:center}
|
||||||
|
|||||||
Reference in New Issue
Block a user