dossiers: improve button new contact and new address

This commit is contained in:
Jérôme Schneider 2014-04-01 19:11:48 +02:00
parent 3803222f80
commit c1819ffb19
2 changed files with 7 additions and 2 deletions

View File

@ -25,8 +25,8 @@
</div>
</div>
<button type="button" id="new-address-btn">Nouvelle adresse</button>
<button type="button" id="new-contact-btn">Nouveau contact</button>
<button type="button" id="new-address-btn" class="icon-home-space">Nouvelle adresse</button>
<button type="button" id="new-contact-btn" class="icon-user-space">Nouveau contact</button>
{% for contact in object.contacts.all %}
{% if not contact.addresses.all %}

View File

@ -89,3 +89,8 @@ div#tabs-4 div div.buttons {
#tabs-8 form p {
clear: both;
}
#new-address-btn, #new-contact-btn {
font-size: 1.1em;
}