From: Ævar Arnfjörð Bjarmason Date: Sun, 2 May 2010 10:46:31 +0000 (+0000) Subject: Only apply openid_url class to boxes X-Git-Tag: live~6317 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6a6814e41d1d6cd6545054cb37dc6820959c60fb Only apply openid_url class to boxes This was already implicitly the case since it was only used on . Just narrow down the CSS rule. --- diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 34d8571f4..c92d748e2 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -740,7 +740,7 @@ abbr.geo { background: #fff; } -.openid_url { +input.openid_url { background: url('../images/openid-inputicon.gif') repeat-y left; padding-left: 16px; }