From f4011efbe7b9a0644e4c67d06c1461eb3a34719e Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Tue, 8 Jul 2014 14:36:11 +0200 Subject: [PATCH] Update contacts manager table look. --- src/styles/components/_contactsmanager.scss | 8 +++--- static/partials/contactsmanager.html | 30 +++++++++++---------- 2 files changed, 21 insertions(+), 17 deletions(-) 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}} -
+
+
+ + + + + + + +
+ +
+
+ {{contact.Status.displayName}} +
+