Little bit more space for other locales
This commit is contained in:
parent
061aaa9675
commit
e395f4777e
|
|
@ -3203,14 +3203,14 @@ body.outer .layout > .layout-row.layout-head{text-align:center;background:#1d2d3
|
|||
body.outer .layout > .layout-row.layout-head > .layout-cell{height:300px !important;padding:50px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:middle}
|
||||
body.outer .layout > .layout-row.layout-head > .layout-cell h1.oc-logo-white{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;display:inline-block;width:100%;max-width:410px;height:72px}
|
||||
body.outer .layout > .layout-row > .layout-cell{vertical-align:middle}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container{margin:0 auto;width:404px}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container{margin:0 auto;width:436px}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container h2{font-size:18px;margin:20px 0;color:#feffff}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form{font-size:0}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input{vertical-align:top;margin-right:9px;display:inline-block;border:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input.width-1{width:160px}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input.width-2{width:323px}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button{background:#1795f1;text-align:center;font-size:13px;font-weight:600;height:40px;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button.login-button{display:inline-block;width:65px}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button.login-button{display:inline-block;width:98px}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password{margin-top:30px;font-size:13px;top:8px}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password a{color:rgba(255,255,255,0.44)}
|
||||
body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password:before{color:rgba(255,255,255,0.44);font-size:14px;position:relative;margin-right:5px}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ body.outer {
|
|||
|
||||
.outer-form-container {
|
||||
margin: 0 auto;
|
||||
width: 404px;
|
||||
width: 436px;
|
||||
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
|
|
@ -70,7 +70,7 @@ body.outer {
|
|||
|
||||
&.login-button {
|
||||
display: inline-block;
|
||||
width: 65px;
|
||||
width: 98px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue