mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 03:14:17 +00:00
Monotone-Parent: 6db79539af388f03f06a0b0e18a722cbeac0292e
Monotone-Revision: 84e757681cdfa7773cbbc9bd4d77e9536cae62fc Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-09-17T21:29:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
/><var:string value="primaryEmail" escapeHTML="NO"
|
||||
/><var:string value="secondaryEmail" escapeHTML="NO"
|
||||
/><var:string value="screenName" escapeHTML="NO"
|
||||
/><var:string value="preferredTel" escapeHTML="NO"
|
||||
/><var:string value="preferredAddress" escapeHTML="NO"
|
||||
/></div
|
||||
|
||||
|
||||
@@ -214,7 +214,8 @@ DIV#contactView A
|
||||
|
||||
DIV#contactView H3.contactCardTitle
|
||||
{ display: block;
|
||||
margin: .2em 0px;
|
||||
margin: 0px;
|
||||
padding: .2em 0px;
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
|
||||
@@ -614,6 +614,7 @@ function configureDragHandles() {
|
||||
handle.addInterface(SOGoDragHandlesInterface);
|
||||
handle.leftBlock=$("contactFoldersList");
|
||||
handle.rightBlock=$("rightPanel");
|
||||
handle.leftMargin = 100;
|
||||
}
|
||||
|
||||
handle = $("rightDragHandle");
|
||||
|
||||
Reference in New Issue
Block a user