모바일: 작업 중3

This commit is contained in:
whitedot
2013-02-27 14:43:09 +09:00
parent 56bb5f1325
commit cc342f4f9d
3 changed files with 25 additions and 9 deletions

View File

@ -104,6 +104,15 @@ sup {display:none !important}
/* 게시판 목록 */
.bo_list table {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
.bo_list th {padding:12px 0 8px;background:#565e60;color:#fff}
.bo_list th a {color:#fff;text-decoration:none}
.bo_list td {border-bottom:1px solid #ddd}
.bo_list td a {display:block;padding:10px 5px;color:#000;text-decoration:none}
.bo_list img {margin-right:4px}
.bo_list img:nth-last-of-type(1) {margin-right:0}
/* 관리자일 때 생략 */
#bo_list_admin th:nth-of-type(1) {display:none}
#bo_list_admin th:nth-of-type(4) {display:none}
@ -129,15 +138,6 @@ sup {display:none !important}
#bo_list td:nth-of-type(5) {display:none}
#bo_list td:nth-of-type(6) {display:none}
#bo_list th {padding:12px 0 8px;background:#565e60;color:#fff}
#bo_list th a {color:#fff;text-decoration:none}
#bo_list td {border-bottom:1px solid #ddd}
#bo_list td a {display:block;padding:10px 5px;color:#000;text-decoration:none}
#bo_list img {margin-right:4px}
#bo_list img:nth-last-of-type(1) {margin-right:0}
.bo_fx {margin-bottom:5px;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}