Commit bb3cd21c by Kim Gyeongeun

#56955 レイアウト変更

parent 8ae366ad
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<!-- <!--
アンケート速報結果のリスト この部分にリンクとアンケート名を挿入--> アンケート速報結果のリスト この部分にリンクとアンケート名を挿入-->
<table width="750" border="0" cellspacing="1" cellpadding="4" style="padding: 20px 0px 40px 0px;"> <table width="750" border="0" cellspacing="1" cellpadding="4" class="enqTable">
#if($enqRsultList.size() ==0) #if($enqRsultList.size() ==0)
<tr> <tr>
<td class="listcts" style="background-color: #eeeeff"> <td class="listcts" style="background-color: #eeeeff">
...@@ -72,7 +72,6 @@ $!escape.html($!genreItem.enqTitle)($!{genreItem.startDay}~$!{genreItem.endDay ...@@ -72,7 +72,6 @@ $!escape.html($!genreItem.enqTitle)($!{genreItem.startDay}~$!{genreItem.endDay
#if($enqResultListForm.disFlg) #if($enqResultListForm.disFlg)
<BR><BR>
<table width="780" border="0" cellspacing="0" cellpadding="0"> <table width="780" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td class="ctsTitle02"> <td class="ctsTitle02">
...@@ -81,7 +80,7 @@ $!escape.html($!genreItem.enqTitle)($!{genreItem.startDay}~$!{genreItem.endDay ...@@ -81,7 +80,7 @@ $!escape.html($!genreItem.enqTitle)($!{genreItem.startDay}~$!{genreItem.endDay
</tr> </tr>
</table> </table>
<table width="750" border="0" cellspacing="1" cellpadding="4" style="padding: 20px 0px 40px 0px;"> <table width="750" border="0" cellspacing="1" cellpadding="4" class="enqTable">
#if($enqRsultLastList.size() == 0) #if($enqRsultLastList.size() == 0)
<tr> <tr>
<td class="listcts" style="background-color: #eeeeff">現在結果報告を行えるアンケートはありません。</font></a></td> <td class="listcts" style="background-color: #eeeeff">現在結果報告を行えるアンケートはありません。</font></a></td>
......
...@@ -413,3 +413,7 @@ a.btn02:hover { ...@@ -413,3 +413,7 @@ a.btn02:hover {
border-spacing: 2px 8px; border-spacing: 2px 8px;
padding-bottom: 40px; padding-bottom: 40px;
} }
.enqTable {
border-spacing: 2px 8px;
padding: 20px 0px 40px 0px;
}
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