공통: 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

@ -56,21 +56,25 @@
#bo_v td.empty_table {}
/* 쓰기 테이블 */
#bo_w .frm_tbl {}
#bo_w .frm_tbl caption {}
#bo_w .frm_tbl th {}
#bo_w .frm_tbl td {}
#bo_w .frm_tbl textarea, #bo_w .frm_input {}
#bo_w .frm_tbl textarea {}
#bo_w .frm_address {}
#bo_w .frm_file {}
#bo_w .frm_tbl #captcha {}
#bo_w .frm_tbl #captcha input {}
#bo_w .frm_tbl a {}
#bo_w .tbl_frm table {}
#bo_w .tbl_frm .frm_address {}
#bo_w .tbl_frm .frm_file {}
#bo_w .tbl_frm .frm_info {}
#bo_w .frm_info {}
#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 caption {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}
#bo_w .required {} /* 필수입력 */
#bo_w textarea.required {}
/* ### 기본 스타일 커스터마이징 끝 ### */