# HG changeset patch # User bsw # Date 1331465486 -3600 # Node ID eb162e2b48c415ed576bb412298e587116d91283 # Parent e953e56ecf55d62485dc9309f16b9828128202ac Fix left margin of submit buttons diff -r e953e56ecf55 -r eb162e2b48c4 static/style.css --- a/static/style.css Sun Mar 11 12:25:08 2012 +0100 +++ b/static/style.css Sun Mar 11 12:31:26 2012 +0100 @@ -725,7 +725,7 @@ .login input[type=submit], .vertical input[type=submit] { font-size: 100%; - margin-left: 11em; + margin-left: 29%; background-color: #444444; color: #fff; border: none;