게시판 기본 스킨인 xe_board의 목록 테이블 CSS 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4528 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-09-19 06:22:40 +00:00
parent c97dca5fda
commit c01a95b242
4 changed files with 47 additions and 51 deletions

View file

@ -140,7 +140,12 @@ Jeong, Chan Myeong 070601~070630
.boardSubMenu img.sort { vertical-align:middle; }
/* list */
.boardList { width:100%; border:1px solid #e0e1db; border-top:none; table-layout:fixed;}
.boardList { width:100%; border:1px solid #e0e1db; border-top:none; overflow:hidden; }
.boardList thead tr th div { white-space:nowrap; margin:0 5px; }
.boardList thead tr th.title , .boardList thead tr th.category, .boardList thead tr th.topic { width:100%; }
.boardList tbody td { white-space:nowrap; border-bottom:1px solid #EEEEEE; }
.boardListNoTopBorder { border:none; }
.boardList th { color:#3e3f3e; font-weight:normal; border-top:1px solid #e0e1db; border-bottom:1px solid #ffffff; white-space:nowrap; padding-top:5px; height:28px; overflow:hidden;}
html:not([lang*=""]) .boardList th { height:33px; }