# HG changeset patch # User Marcin Kuzminski # Date 2012-01-21 04:51:50 # Node ID ff167a938ce067c9103c2133c0c5c9d358a942bc # Parent af1fafcd5927cd811cb90167e0eec8e4447bf16f user menu fixes diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -1905,7 +1905,7 @@ div.form div.fields div.field div.button } #quick_login{ min-height: 80px; - margin: 31px 0 0 -251px; + margin: 37px 0 0 -251px; padding: 4px; position: absolute; width: 278px; diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -104,7 +104,7 @@ %endif
- ${h.submit('sign_in',_('Sign In'),class_="ui-btn xsmall")} + ${h.submit('sign_in',_('Log In'),class_="ui-btn xsmall")}