.btn UI fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12598 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-29 04:38:40 +00:00
parent 7c8730f645
commit 38782be109
23 changed files with 60 additions and 60 deletions

View file

@ -76,8 +76,8 @@
<tr>
<td colspan="3" class="poll_button">
<div>
<span class="btn"><input type="button" value="{$lang->cmd_view_result}" class="poll_button _poll_result _srl_{$poll->poll_srl} _skin_{$skin}" /></span>
<span class="btn"><input type="submit" value="{$lang->cmd_apply_poll}" class="poll_button" /></span>
<input type="button" value="{$lang->cmd_view_result}" class="btn poll_button _poll_result _srl_{$poll->poll_srl} _skin_{$skin}" />
<input type="submit" value="{$lang->cmd_apply_poll}" class="btn poll_button" />
</div>
</td>
</tr>

View file

@ -31,6 +31,6 @@
</tbody>
</table>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
<input class="btn" type="submit" value="{$lang->cmd_registration}" />
</div>
</form>