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;