diff --git a/bbs/point.php b/bbs/point.php index b8696b466..6973c4fa0 100644 --- a/bbs/point.php +++ b/bbs/point.php @@ -41,7 +41,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {

- + @@ -52,10 +52,14 @@ for($i=0; $row=sql_fetch_array($result); $i++) { - + + + + +
포인트내역 목록포인트 사용내역 목록
일시
소계소계
보유포인트
-

보유 포인트

-
- 창닫기 + 창닫기
diff --git a/css/def.css b/css/def.css index 57f0e7730..8fa04dea5 100644 --- a/css/def.css +++ b/css/def.css @@ -23,7 +23,8 @@ hr {display:none} /* 기본테이블 */ table {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0} -tfoot td {background:#f9f9f5;font-weight:bold;text-align:center} +tfoot th {border-top:1px solid #c9c9c9;border-bottom:1px solid #c9c9c9} +tfoot td {border-color:#c9c9c9;background:#f9f9f5;font-weight:bold;text-align:center} caption {padding:0 0 10px;text-align:left} .caption_desc {font-size:0.75em} th {padding:12px 0 8px;border-top:3px solid #666;border-bottom:1px solid #a9a9a9;font-size:0.75em} @@ -209,9 +210,10 @@ a {color:#000;text-decoration:none} .btn03 {display:inline-block;padding:0 10px;height:24px;border:1px solid #555;background:#555;color:#fff;font-size:0.75em;text-decoration:none;line-height:2.2em} .btn02:hover, .btn02:focus {} -.btn_confirm {text-align:center} +.btn_confirm {text-align:center} /* 서식단계 진행 */ .btn_submit {padding:0 15px;height:30px;border:0;background:#ff3061;color:#fff;font-size:0.9em;letter-spacing:-0.1em;vertical-align:top} .btn_cancel {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;color:#000;font-size:0.75em;text-decoration:none;line-height:2.5em} +.btn_window {padding:10px 5% 20px;background:#494949;text-align:right} /* 새창용 */ /* 폼 테이블 */ .frm_tbl {} @@ -402,7 +404,7 @@ a {color:#000;text-decoration:none} #new_search legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden} /* 새창 공통 */ -.new_win h1 {padding:10px 30px;background:#393936;color:#fff;font-size:1.2em} +.new_win h1 {padding:20px 30px 10px;background:#494949;color:#fff;font-size:1em} .new_win h1 a {color:#fff} .new_win article h1 {background:transparent;color:#000} .new_win h2 {font-size:1em} @@ -416,7 +418,7 @@ a {color:#000;text-decoration:none} .new_win_ul a:focus {background:#faf9f5} /* 포인트 내역 */ -#point p {text-align:center} +#point table {margin-bottom:0} #point .td_datetime {width:150px} /* 쪽지 */ @@ -443,7 +445,7 @@ a {color:#000;text-decoration:none} #memo_write textarea {height:100px} /* pagination */ -.pg {clear:both;margin:0 0 10px;padding-top:20px;font-size:0.75em;text-align:center} +.pg {clear:both;margin:0 0 20px;padding-top:20px;font-size:0.75em;text-align:center} .pg_wrap {display:inline-block;border:1px solid #ddd;letter-spacing:-4px} .pg_page, .pg_current {display:inline-block;padding:0 12px;height:30px;background:#fff;color:#000;letter-spacing:0;line-height:2.6em;vertical-align:middle} .pg_page {background:#f9f9f9;text-decoration:none}