묻고답하기

게시판 목록 간격을 수정하고 싶은데 어느부분을 수정해야할지 모르겠습니다.

아래 사진과 같이 저기 간격을 줄이고 싶습니다.

 

 

 

 

캡처.PNG

 

 

 

 

여기서 어느 부분을 수정해야 하나요.

 

 

 

 

/* 게시판 목록 / Board List */
/* list.html */
.no_document{
margin:0;
padding:10px 0;
text-align:center;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}
.board_list{
border:0;
width:100%;
border-spacing:0;
table-layout:fixed;
}
.board_list tr{
overflow:hidden;
}
.board_list tr:first-child>td{
border-top:0;
}
.board_list tr:last-child>td{
border-bottom:0 !important;
}
.board_list tr.notice{
background:rgba(0,0,0,0.015);
}
.board_list th{
padding:0 5px;
text-align:center;
font-size:15px;
color:#757575;
border:0;
border-bottom:1px solid #eee;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height:3em;
}
.board_list th a:link, .board_list th a:visited{
color:#757575;
}
.board_list tr>th:first-child:not(.title){
border-right:1px solid #eee;
}
.board_list tr>th:last-child{}
.board_list td{
padding:0 5px;
text-align:center;
border:0;
overflow: hidden;
text-overflow: ellipsis;
height:4em;
line-height: 1.5em;
}
.board_list tr>td:first-child:not(.title){
border-right:1px solid #eee;
}
.board_list tr>td:last-child{
border-right:0;
}
.board_list tr>.no{
width:40px;
white-space:normal;
}
.board_list tr>.no>i{
font-size:15px;
}
.board_list tr>th.title{
text-align:center;
}
.board_list tr>.category{
width:50px;
border-right:1px solid #eee;
color:#757575;
}
.board_list tr>.title{
text-align:left;
padding:0 10px;
padding-right:5px;
white-space:normal;
}
.board_list .notice td.title{
font-weight:bold;
}
.board_list tr>.title>.category{
padding-right:10px;
color:#757575;
font-weight:normal;
}
.board_list td.title a{}
.board_list td.title .plus{
padding-left:7px;
}
.board_list td.title .plus i{
font-size:7px;
color:#757575;
}
.board_list td.title a.replyNum{
color:#757575;
}
.board_list tr>.author{
width: 70px;
}
.board_list tr>.time{
width:60px;
}
.board_list tr>.lastReply{
width:60px;
}
.board_list td.lastReply a{}
.board_list td.lastReply span{}
.board_list td.lastReply sub{}
.board_list tr>.readNum{
width:40px;
white-space:normal;
}
.board_list tr>.voteNum{
width:40px;
white-space:normal;
}
.board_list tr>.check{
width:20px;
}
.board_list td .iCheck{
display:none;
}
.board_list .check label{
font-size:15px;
color:#ccc;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.board_list .check input[type="checkbox"]:checked+label{
color:#757575;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
font-family:"xeicon";
}
.list_footer{}
.list_footer .btnArea{}
.list_footer .btnArea .left{
float:left;
}
..list_footer .btnArea .right{
float:right;
}
.list_footer .btnArea a{
padding-left:10px;
}
.list_footer .board_search{
position:relative;
left:-1000px;
float:left;
margin-top:-4px;
}
.list_footer #search_open{
padding:0;
padding-right:10px;
float:left;
cursor:pointer;
}
.list_footer .board_search select{
width:76px;
}
.list_footer .board_search input[type="text"]{
width:70px;
padding:5px;
background:rgba(0,0,0,0.015);
}
.list_footer .board_search button{
font-size:13px;
color:#757575;
}
 

태그 연관 글
  1. [2021/07/20] 묻고답하기 사이트맵에서 클릭시 새창열기로 가능한가요? by Alexander *2
  2. [2019/03/27] 묻고답하기 모바일에서만 '권한이 없습니다'가 나오는 이유가 궁금합니다. by Spooky *1
  3. [2017/08/21] 묻고답하기 레이아웃 수정 좀 봐주세요 by 예스24 *2
  4. [2017/08/08] 묻고답하기 메뉴바하고 이미지를 중앙에 고정하고싶어요. by 유자
  5. [2017/02/02] 묻고답하기 2차 메뉴 열릴시 1차 메뉴 크기확장 안되게 하려면 어떻게 해야할까요? by 홍찬 *1
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
꼬리넷 스케치북5 유투브 스킨 사용 안되는건가요~? [2] file 2017.01.18 by 무럭이맘
dodosy 모바일상에서만 첨부파일 클릭시 반응이없습니다~ 도와주세요; [3] file 2017.01.18 by 제이와이엔소프트
GreenZeus 이미지추가 버튼이 어디 있나요? [2] file 2017.01.18 by sejin7940
황다정 회원그룹관리 질문이요! [2] 2017.01.18 by sejin7940
손주사랑 한비님 레이아웃을 쓰는데요 소스 분석좀 부탁 드림니다  
dodosy 기존 로그인/회원가입 안보이게할수 있을까요?? [1] 2017.01.17 by 펭구
쮸야282 업데이트 전까진 잘되었는데 업그레이드후 내용이 하나도 보이질 않네요. [8] 2017.01.17 by 쮸야282
김기정746 [수정]게시판 입력폼에서 글쓴이를 확장변수로 받기!! file  
정예린닷컴 이미지 리사이즈관련 [7] 2017.01.16 by 짱구
초보임당 확장변수A의 선택에 따라 다르게 출력되는 확장변수B 문의 [10] 2017.01.16 by 두르
Joyful_Joy 파일첨부 에러 - 서버에 요청중입니다. [1] 2017.01.16 by Luatic™
LG트윈스양상문 설치 오류 ㅠ 도와주세요 고수님들 [1] 2017.01.16 by Luatic™
세츠나 기존 홈페이지에 쓰던 게시판자료를 옮기고 싶어요. [1] 2017.01.16 by Luatic™
해달별 게시판 분류관리 문제 [4] file 2017.01.16 by 자유의꿈
젠장할 분류관리 표시가 보이질 않아요. [3] file 2017.01.16 by 자유의꿈
Anonymous 코어업데이트오류 도와주세요!! [1] 2017.01.15 by 기진곰
에이스1 로그인이 안되는데, 혹시 어떤 문제인지 아시는 분 있나요? [5] 2017.01.15 by 에이스1
CheshireCat 스트리밍 서버 구축 관련 질문좀 드립니다 ㅠ 제발 도와주세요ㅠ [2] 2017.01.15 by uppylook
mybnb 게시판에서 글 작성시 에디터 문의  
ksm**** 홈페이지를 구글앱과 네이버앱에 등록해주실분-유료 [2] 2017.01.14 by 펭구
josephkim 게시판 메세지에 대한 해석  
춥다 xe에 작성한 글을 sns으로 내보내는 방법 [3] 2017.01.14 by 펭구
HES 설치화면이 아예 나오지가 않네요 [1] 2017.01.14 by 기진곰
쮸야282 XE Core ver. 1.8.27 다운 받을곳이 없나요? [4] 2017.01.14 by 쮸야282
xyxyxy 비밀글을 모아보려면 어떻게 해야 하나요? [3] 2017.01.14 by sejin7940
모얼더 태그 검색 같은걸 짧은 주소로 변환 가능할까요?  
댑펑 설치후 관리자메뉴가 제대로 나오지 않는 문제 [3] file 2017.01.14 by 고마쎄리
나무늘보4f650 사이트 웹문서등등 네이버에 전혀 노출이 되질 않습니다. [2] 2017.01.13 by 나무늘보4f650
꽃민 비회원 추천 기능 file  
주피터bff66 모바일에서 게시판에 첨부화일을 할수 없나요? [6] 2017.01.13 by 주피터bff66