From 2948920e0b68057cb14b2b26dada0dcd8aae51c1 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 18 Feb 2014 16:13:40 -0500 Subject: [PATCH] Improve display of contact Fixes #2350 --- NEWS | 1 + UI/WebServerResources/ContactsUI.css | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 26eabb35d..8c4ea357b 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,7 @@ Enhancements - don't use the HTML editor with Internet Explorer 7 - add message-id header to appointment notifications (#2535) - detect URLs in popup of events + - improved display of a contact (#2350) Bug fixes - don't load 'background' attribute (#2437) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 0d45b1d87..e1423ccb4 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -241,17 +241,17 @@ DIV#contactView H3.contactCardTitle text-decoration: underline; } DIV.contactColumn -{ width: 300px; - margin-left: 1em; - padding: .5em; +{ width: 50%; + margin: 0; + padding: 0; float: left; } DIV.contactColumn DIV -{ margin-bottom: 1em; } +{ margin: 1em; } DIV.contactColumn H4 { margin: .2em 0px; - margin-left: -1em; + margin-left: 0; font-size: 10pt; font-weight: bold; background: #9ABCD8;