공통: frm_tbl -> tbl_frm01 tbl_frm 으로 수정

This commit is contained in:
whitedot
2013-10-14 16:59:22 +09:00
parent 8e2fabbfae
commit e2f2780a51
37 changed files with 1507 additions and 1421 deletions

View File

@ -7,21 +7,25 @@
#poll a.btn_admin:focus, #poll a.btn_admin:hover {}
/* 폼 테이블 */
#poll .frm_tbl {}
#poll .frm_tbl caption {}
#poll .frm_tbl th {}
#poll .frm_tbl td {}
#poll .frm_tbl textarea, #poll .frm_input {}
#poll .frm_tbl textarea {}
#poll .frm_address {}
#poll .frm_file {}
#poll .frm_tbl #captcha {}
#poll .frm_tbl #captcha input {}
#poll .frm_tbl a {}
#poll .tbl_frm table {}
#poll .tbl_frm .frm_address {}
#poll .tbl_frm .frm_file {}
#poll .tbl_frm .frm_info {}
#poll .frm_info {}
#poll .tbl_frm01 {}
#poll .tbl_frm01 caption {}
#poll .tbl_frm01 th {}
#poll .tbl_frm01 td {}
#poll .tbl_frm01 textarea, #poll .frm_input {}
#poll .tbl_frm01 textarea {}
/*
#poll .tbl_frm01 #captcha {}
#poll .tbl_frm01 #captcha input {}
*/
#poll .tbl_frm01 a {}
#poll .required {} /* 필수입력 */
#poll textarea.required {}
#poll .btn_confirm {} /* 서식단계 진행 */
#poll .btn_submit {}