Merge pull request #1265 from vojtasvoboda/login-style

Login page - more space for other locales
This commit is contained in:
Samuel Georges 2015-07-11 11:47:44 +10:00
commit 54cfccbcf6
2 changed files with 4 additions and 4 deletions

View File

@ -3211,14 +3211,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}

View File

@ -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;
}
}
}