bootstrap.css -> bootstrap.min.js

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12443 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-20 07:49:18 +00:00
parent b2bf60df28
commit 8c4dc00700
12 changed files with 18 additions and 14 deletions

View file

@ -5,7 +5,7 @@
.xm input,
.xm textarea,
.xm select,
.xm button{font-family:Tahoma,Geneva,sans-serif;font-size:12px;color:#333}
.xm button{font-family:Tahoma,Geneva,sans-serif;font-size:13px;color:#333}
.xm button,
.xm input[type=submit],
.xm input[type=reset],
@ -114,5 +114,5 @@
.xm button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a;background:none;text-decoration:underline}
/* Agreement */
.xm .agreement{margin:1em 0}
.xm .agreement .text{height:200px;overflow:auto;margin:1em 0}
.xm .agreement .text{max-height:200px;overflow:auto;margin:1em 0}
.xm .agreement .confirm{margin:1em 0}

View file

@ -1,3 +1,4 @@
<load target="../../../../common/css/bootstrap.min.css" />
<load target="../../tpl/js/signup_check.js" />
<!--// datepicker javascript plugin load -->
<!--%load_js_plugin("ui")-->
@ -14,8 +15,10 @@
{$member_config->agreement}
</div>
<div class="confirm">
<input type="checkbox" name="accept_agreement" value="Y" id="accept_agree" />
<label for="accept_agree">{$lang->about_accept_agreement}</label>
<label for="accept_agree">
<input type="checkbox" name="accept_agreement" value="Y" id="accept_agree" />
{$lang->about_accept_agreement}
</label>
</div>
</div>
<ul>