Commit cfd92f76 by Kim Gyeongeun

マイページ画面のデザイン変更(タイトル、テーブルpadding修正)

parent 387f6a03
...@@ -174,7 +174,7 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ ...@@ -174,7 +174,7 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
<!-- Button Table Start --> <!-- Button Table Start -->
<table width="100%" border="0" cellspacing="2" cellpadding="0" style="padding-bottom: 60px;"> <table width="100%" border="0" cellspacing="2" cellpadding="0" style="padding-bottom: 40px;">
<tr> <tr>
<td background="/em/images/cts_btnbar.gif"><img src="/em/images/spacer.gif" width="1" height="10" border="0"></td> <td background="/em/images/cts_btnbar.gif"><img src="/em/images/spacer.gif" width="1" height="10" border="0"></td>
</tr> </tr>
......
...@@ -216,7 +216,7 @@ a.enqresult:hover { ...@@ -216,7 +216,7 @@ a.enqresult:hover {
font-size: 15pt; font-size: 15pt;
font-weight: bold; font-weight: bold;
color: #444444; color: #444444;
padding: 0px 0px 30px 12px; padding: 0px 0px 20px 12px;
} }
.ctsTitle03 { .ctsTitle03 {
font-size: 15pt; font-size: 15pt;
...@@ -411,5 +411,5 @@ a.btn02:hover { ...@@ -411,5 +411,5 @@ a.btn02:hover {
} }
.myPageTable { .myPageTable {
border-spacing: 2px 8px; border-spacing: 2px 8px;
padding-bottom: 60px; padding-bottom: 40px;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment