summaryrefslogtreecommitdiffstats
path: root/css/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/public/style.css')
-rw-r--r--css/public/style.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 0ef26a1f..83af8bba 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -194,7 +194,7 @@ detailsitem.details-item-adr {
}
detailsitem.details-item-adr .icon-delete {
top: 57px;
- left: 290px;
+ left: 331px;
}
detailsitem.details-item-email select {
@@ -318,7 +318,10 @@ li.addressBook-share-item span.shareeIdentifier {
-
+/* Contacts List */
+#new-contact-button {
+ margin: 14px auto; /* to have the same height than a contact*/
+}
@@ -485,17 +488,17 @@ detailsitem .select2-container {
box-shadow: 0 0 100px rgba(100, 100, 100, .9);
position: absolute;
}
-
+
.wrapper-show:not(.mobile-show),
.contacts-list:not(.mobile-show) {
display: none;
}
-
-
+
+
#app-navigation-toggle.showdetails {
transform: translate(-50px, 0);
}
-
+
#app-navigation-toggle-back {
position: fixed;
display: inline-block !important;
@@ -522,4 +525,4 @@ detailsitem .select2-container {
}
#app-navigation-toggle-back {
display: none;
-} \ No newline at end of file
+}