Nickel
-
Petit plugin qui fait son taf. Il propose à l’utilisateur une liste de communes correspondantes quand celui-ci tape son code postal.
A besoin d’un coup de CSS cependant, voici le mien:
/* Custom styling for plugin “La Poste Hexasmal” */
.address-field ul.hexasmal_choices {
margin-left: 1rem;
border-radius: 3px;
padding: 0;
}.address-field ul.hexasmal_choices>li {
list-style-type: none;
margin: 0;
padding: 0.25rem 0.5rem;
}.address-field ul.hexasmal_choices>li>a {
display: inline-block;
width: 100%;
height: 100%;
}
- The topic ‘Nickel’ is closed to new replies.