diff --git a/css/mobile.css b/css/mobile.css index 6db106dc2..b018d1667 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -209,14 +209,14 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} /* 사이드뷰 */ /* 모바일에서는 사이드뷰를 지원하지 않습니다. */ -/* pagination */ +/* 페이징 */ .pg_wrap {clear:both;margin:0 0 10px;padding-top:10px;text-align:center} .pg {display:inline-block;border:1px solid #cfded8;letter-spacing:-4px} .pg a:focus, .pg a:hover, .pg a:active {text-decoration:none} -.pg_page, .pg_current {display:inline-block;padding:0 8px;color:#000;letter-spacing:0;line-height:1.9em;vertical-align:middle} -.pg_page {background:#f9f9f9;text-decoration:none} -.pg_start, .pg_prev {border-right:1px solid #cfded8} -.pg_end, .pg_next {border-left:1px solid #cfded8} +.pg_page, .pg_current, .qa_page {display:inline-block;padding:0 10px;color:#000;letter-spacing:0;line-height:2.5em;vertical-align:middle} +.pg_page, .qa_page {background:#f9f9f9;text-decoration:none} +.pg_start, .pg_prev, .qa_start, .qa_prev {padding:0 5px;border-right:1px solid #cfded8} +.pg_end, .pg_next, .qa_end, .qa_next {padding:0 5px;border-left:1px solid #cfded8} .pg_current {background:#333;color:#fff;font-weight:bold} /* PC화면으로 */