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:
parent
e219011760
commit
6a6814e41d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue