mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 17:28:52 +00:00
1
NEWS
1
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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user