style: fix "add contact" button height to title height

This commit is contained in:
Frédéric Péters 2016-06-14 17:44:32 +02:00
parent ba3ec97d0d
commit 817091bf71
1 changed files with 4 additions and 0 deletions

View File

@ -705,3 +705,7 @@ div#content .cell > div#dg-transmit {
div#content .cell > div#dg-transmit button {
margin-right: 1ex;
}
#content button#create-new-contact {
height: auto;
}