summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/_navigation.scss4
-rw-r--r--templates/newContactButton.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/css/_navigation.scss b/css/_navigation.scss
index 79e3a733..6d820449 100644
--- a/css/_navigation.scss
+++ b/css/_navigation.scss
@@ -11,6 +11,8 @@
margin: 14px auto; /* to have the same height than a contact */
width: calc(100% - 20px) !important;
text-align: left;
- padding-left: 34px;
background-position: 10px center;
+ padding: 10px;
+ padding-left: 34px;
+ display: block;
}
diff --git a/templates/newContactButton.html b/templates/newContactButton.html
index 26e52f45..9ec3dbae 100644
--- a/templates/newContactButton.html
+++ b/templates/newContactButton.html
@@ -1,2 +1,2 @@
-<button ng-show="!ctrl.loading && !ctrl.invalid" class="icon-add app-content-list-button" id="new-contact-button"
+<button ng-show="!ctrl.loading && !ctrl.invalid" class="icon-add" id="new-contact-button"
type="button" name="button" ng-click="ctrl.createContact()">{{ctrl.t.addContact}}</button>