diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -497,12 +497,6 @@ div.form div.form-group div.highlight, margin: 6px 0 0; padding: 0; } -#login, -#register { - width: 520px; - margin: 10% auto 0; - padding: 0; -} .ac .match { font-weight: 700; padding-top: 5px; @@ -702,9 +696,10 @@ div.comment-prev-next-links div.next-com .make-xs-column(11); } -/* use bootstrap grid columns for centered forms */ -#login, -#register { +/* use bootstrap grid columns for centered columns */ +.centered-column { + .make-sm-column-offset(3); + .make-sm-column(6); .form { .form-horizontal; .form-group > label { diff --git a/kallithea/templates/login.html b/kallithea/templates/login.html --- a/kallithea/templates/login.html +++ b/kallithea/templates/login.html @@ -6,6 +6,9 @@ %block> <%include file="/base/flash_msg.html"/> +