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}