diff --git a/src/styles/components/_contactsmanager.scss b/src/styles/components/_contactsmanager.scss
index 1ca8dc3a..164e39b3 100644
--- a/src/styles/components/_contactsmanager.scss
+++ b/src/styles/components/_contactsmanager.scss
@@ -63,10 +63,13 @@
}
.editlist {
max-height: 250px;
- overflow-y: scroll;
- padding-right: 0px;
+ overflow-y: auto;
}
.table {
+ margin-bottom: 0px;
+ tr:first-child td {
+ border-top: none;
+ }
.picture {
width: 15%;
min-height: 46px;
@@ -75,7 +78,6 @@
}
.name {
width: 70%;
- padding-left: 5%;
text-align: left;
vertical-align: middle;
}
diff --git a/static/partials/contactsmanager.html b/static/partials/contactsmanager.html
index 1c36d252..c3b7ec56 100644
--- a/static/partials/contactsmanager.html
+++ b/static/partials/contactsmanager.html
@@ -5,20 +5,22 @@
-
-
-
-
-
-
-
- |
-
- {{contact.Status.displayName}}
- |
-
-
-
+