Only apply openid_url class to <input> boxes

This was already implicitly the case since it was only used on
<input>. Just narrow down the CSS rule.
This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-05-02 10:46:31 +00:00
parent e219011760
commit 6a6814e41d

View file

@ -740,7 +740,7 @@ abbr.geo {
background: #fff; background: #fff;
} }
.openid_url { input.openid_url {
background: url('../images/openid-inputicon.gif') repeat-y left; background: url('../images/openid-inputicon.gif') repeat-y left;
padding-left: 16px; padding-left: 16px;
} }