mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
Member module bootstrap UI fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12575 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ce7f0a0f23
commit
2e78fda33a
17 changed files with 92 additions and 92 deletions
|
|
@ -1,11 +1,11 @@
|
|||
@charset "utf-8";
|
||||
.xm em{font-style:normal;color:#f00}
|
||||
.xm .x_nav a,
|
||||
.xm .x_btn{text-decoration:none}
|
||||
.xm .x_dl-horizontal>dd{margin-bottom:10px}
|
||||
.xm .x_table{border-top:1px solid #ddd;border-bottom:1px solid #ddd}
|
||||
.xm .x_table>caption{text-align:left;font-weight:bold}
|
||||
.xm .x_table>caption>.x_pull-right{position:relative;top:-8px}
|
||||
.xm .nav a,
|
||||
.xm .btn{text-decoration:none}
|
||||
.xm .dl-horizontal>dd{margin-bottom:10px}
|
||||
.xm .table{border-top:1px solid #ddd;border-bottom:1px solid #ddd}
|
||||
.xm .table>caption{text-align:left;font-weight:bold}
|
||||
.xm .table>caption>.pull-right{position:relative;top:-8px}
|
||||
.xm .signin{width:400px;margin:30px auto;background-color:#ffffff;border:1px solid #999;border-radius:6px;box-shadow:0 3px 7px #ccc;box-sizing:border-box}
|
||||
.xm .signin>.login-header{padding:9px 15px;border-bottom:1px solid #eee}
|
||||
.xm .signin>.login-header>h1{margin:0;font-size:16px;line-height:1.4;font-weight:600;color:#666}
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
.xm .signin>.login-footer>a:hover,
|
||||
.xm .signin>.login-footer>a:active,
|
||||
.xm .signin>.login-footer>a:focus{text-decoration:underline}
|
||||
.xm .signin .x_control-group{position:relative;padding:0 14px 0 0;margin:0;clear:both}
|
||||
.xm .signin .x_control-group:before{content:"";display:block;clear:both}
|
||||
.xm .signin .control-group{position:relative;padding:0 14px 0 0;margin:0;clear:both}
|
||||
.xm .signin .control-group:before{content:"";display:block;clear:both}
|
||||
.xm .signin form{margin:0}
|
||||
.xm .signin fieldset{margin:0}
|
||||
.xm .signin label{cursor:pointer;display:inline-block}
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
.xm .signin input[type="email"],
|
||||
.xm .signin input[type="password"]{width:100%}
|
||||
.xm .signin input[type="checkbox"]{margin:0}
|
||||
.xm .signin .x_btn{border-radius:2px;overflow:visible;font-size:14px;line-height:18px;padding:3px 9px}
|
||||
.xm .signin .btn{border-radius:2px;overflow:visible;font-size:14px;line-height:18px;padding:3px 9px}
|
||||
.xm .signin .submit{position:absolute;top:0;right:0}
|
||||
.xm .signin #warning{margin-right:-14px}
|
||||
.xm .signin #warning>p{margin:10px 0}
|
||||
|
|
@ -39,5 +39,5 @@
|
|||
.xm .signin{margin:0;width:100%}
|
||||
}
|
||||
@media all and (min-width:768px){
|
||||
.xm .x_dl-horizontal>dt{margin-bottom:10px}
|
||||
.xm .dl-horizontal>dt{margin-bottom:10px}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue