summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2016-08-29 21:37:54 +0200
committerAlexander Weidinger <alexwegoo@gmail.com>2016-09-01 13:56:14 +0200
commit2ce874afb12e151ce3c7790be9894ca278769281 (patch)
treeed798b9016874a25321db0ac11eeff23bf9ecc85 /css
parent307d581cd192a3bd37ddfb5948c2dc7adfa6ba4c (diff)
Update css of contact add button.
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/public/style.css b/css/public/style.css
index c6ec2805..3d7ed209 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -335,6 +335,8 @@ li.addressBook-share-item span.shareeIdentifier {
/* Contacts List */
#new-contact-button {
margin: 14px auto; /* to have the same height than a contact*/
+ width: calc(100% - 20px) !important;
+ text-align: left;
}