From e395f4777e1d8f90de725f6ac2c9b60419a8fcf4 Mon Sep 17 00:00:00 2001 From: Vojta Svoboda Date: Tue, 7 Jul 2015 22:17:33 +0200 Subject: [PATCH] Little bit more space for other locales --- modules/backend/assets/css/october.css | 4 ++-- modules/backend/assets/less/layout/outerlayout.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/backend/assets/css/october.css b/modules/backend/assets/css/october.css index 14d05f050..0c2b19f9a 100644 --- a/modules/backend/assets/css/october.css +++ b/modules/backend/assets/css/october.css @@ -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} diff --git a/modules/backend/assets/less/layout/outerlayout.less b/modules/backend/assets/less/layout/outerlayout.less index 99db0e702..81f060b9a 100644 --- a/modules/backend/assets/less/layout/outerlayout.less +++ b/modules/backend/assets/less/layout/outerlayout.less @@ -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; } } }