mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
설문조사 스킨의 중복되는 클래스명을 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2273 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
402cbb2ba3
commit
988a44756f
2 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,8 @@
|
|||
.poll_table td.r { border-right:1px solid #E5E5E5; }
|
||||
.poll_table td.content { padding:18px 13px 18px 13px; }
|
||||
|
||||
.poll_table td.buttonBox { border:1px solid #E5E5E5; border-bottom:none; background-color:#F6F6F5; }
|
||||
.poll_table td.buttonBox div { padding:5px 0 2px 0; position:relative; text-align:center;}
|
||||
.poll_table td.poll_button { border:1px solid #E5E5E5; border-bottom:none; background-color:#F6F6F5; }
|
||||
.poll_table td.poll_button div { padding:5px 0 2px 0; text-align:center;}
|
||||
.poll_table td.b { background-color:#F6F6F5; height:7px; }
|
||||
.poll_table td.b img { width:100%; height:6px; border-bottom:1px solid #E5E5E5; }
|
||||
.poll_table td.bb { height:7px; }
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
<td class="r"><img src="./images/blank.gif" height="7" alt="blank" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" class="buttonBox"><div><span class="button"><input type="submit" value="{$lang->cmd_apply_poll}" class="poll_button" /></span></div></td>
|
||||
<td colspan="3" class="poll_button"><div><span class="button"><input type="submit" value="{$lang->cmd_apply_poll}" class="poll_button" /></span></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="lb" ><img src="./images/lb.png" alt="lb" class="iePngFix" width="7" height="7" /></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue