From: Andy Allan Date: Wed, 16 Feb 2011 17:13:14 +0000 (+0000) Subject: Add a grey box around login dialog X-Git-Tag: live~6302^2~86 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f27238182806783d7cdf65c98351cc33bbabf9cc Add a grey box around login dialog --- diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index c89bbe5e4..ce9d73b28 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -684,7 +684,10 @@ hr { } #login_login { - background-color: #f0f0f0; + background-color: #f5f5ff; + border: 1px solid #f3f3ff; + border-radius: 15px; + -moz-border-radius: 15px; } #login_login h1 {