Improve display of contact

Fixes #2350
pull/17/head
Francis Lachapelle 2014-02-18 16:13:40 -05:00
parent 212d7149ed
commit 2948920e0b
2 changed files with 6 additions and 5 deletions

1
NEWS
View File

@ -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)

View File

@ -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;