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 @@ -189,12 +189,6 @@ div.panel div.panel-heading { font-weight: 700; } -#login .panel-body .icon-lock { - font-size: 100px; - color: #DDD; - margin-left: -15px; - z-index: 1; -} .user-menu { padding: 0 !important; } diff --git a/kallithea/templates/login.html b/kallithea/templates/login.html --- a/kallithea/templates/login.html +++ b/kallithea/templates/login.html @@ -8,16 +8,18 @@ <%include file="/base/flash_msg.html"/>
+
+ %if c.site_name: -
${_('Log In to %s') % c.site_name}
+ ${_('Log In to %s') % c.site_name} %else: -
${_('Log In')}
+ ${_('Log In')} %endif +
${h.form(url('login_home', came_from=c.came_from))}
-