mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-07 08:01:23 +00:00
merge of '13393d495dd8aa1faf4cf52d567d0df2fa874cb2'
and '2e34a8c5fd6fbd4df87b0c1d3bde6bd4e3e7faab' Monotone-Parent: 13393d495dd8aa1faf4cf52d567d0df2fa874cb2 Monotone-Parent: 2e34a8c5fd6fbd4df87b0c1d3bde6bd4e3e7faab Monotone-Revision: 9309391aaa757ddac8064ffbf2a6d70142a30d02 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-03T03:18:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -148,6 +148,14 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="menu" id="addressMenu">
|
||||
<ul>
|
||||
<li id="add_to_addressbook"><var:string label:value="Add to Address Book..."/></li>
|
||||
<li id="compose_mailto"><var:string label:value="Compose Mail To"/></li>
|
||||
<li id="create_filter"><var:string label:value="Create Filter From Message..."/></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="leftPanel">
|
||||
<div class="titlediv"><var:string label:value="Folders" /></div>
|
||||
<div id="folderTreeContent"><!-- space --></div>
|
||||
|
||||
@@ -10,4 +10,11 @@
|
||||
<span id="messageContent">
|
||||
<var:component className="UIxMailView" />
|
||||
</span>
|
||||
<div class="menu" id="addressMenu">
|
||||
<ul>
|
||||
<li id="add_to_addressbook"><var:string label:value="Add to Address Book..."/></li>
|
||||
<li id="compose_mailto"><var:string label:value="Compose Mail To"/></li>
|
||||
<li id="create_filter"><var:string label:value="Create Filter From Message..."/></li>
|
||||
</ul>
|
||||
</div>
|
||||
</var:component>
|
||||
|
||||
@@ -74,11 +74,4 @@
|
||||
bodyInfo="clientObject.bodyStructure" />
|
||||
</div>
|
||||
|
||||
<div class="menu" id="addressMenu">
|
||||
<ul>
|
||||
<li id="add_to_addressbook"><var:string label:value="Add to Address Book..."/></li>
|
||||
<li id="compose_mailto"><var:string label:value="Compose Mail To"/></li>
|
||||
<li id="create_filter"><var:string label:value="Create Filter From Message..."/></li>
|
||||
</ul>
|
||||
</div>
|
||||
</container>
|
||||
|
||||
@@ -44,6 +44,7 @@ DIV.contactSelector
|
||||
LABEL, SPAN.checkBoxList
|
||||
{ display: block;
|
||||
position: relative;
|
||||
line-height: 1.5em;
|
||||
height: 1.5em;
|
||||
margin-left: .5em;
|
||||
margin-bottom: .5em;
|
||||
@@ -76,6 +77,9 @@ SPAN.content
|
||||
left: 8em;
|
||||
right: 1em; }
|
||||
|
||||
SPAN.content A
|
||||
{ line-height: 2em; }
|
||||
|
||||
TEXTAREA
|
||||
{ position: absolute;
|
||||
top: 0px;
|
||||
|
||||
@@ -9,9 +9,12 @@ DIV#attendeesView
|
||||
border: 0px; }
|
||||
|
||||
DIV#freeBusyView
|
||||
{ position: static;
|
||||
margin-top: 2em;
|
||||
margin-left: 12.5em;
|
||||
{ background-color: #fff;
|
||||
position: absolute;
|
||||
margin-top: 0.5em;
|
||||
top: 2em;
|
||||
bottom: 14.5em;
|
||||
left: 13em;
|
||||
overflow: auto;
|
||||
border-top: 2px solid #222;
|
||||
border-left: 2px solid #222;
|
||||
@@ -35,25 +38,25 @@ TABLE#freeBusy TH
|
||||
|
||||
TABLE#freeBusy TH.attendees,
|
||||
TABLE#freeBusy TD.attendees
|
||||
{ /*position: absolute;*/
|
||||
position: fixed;
|
||||
{ position: fixed;
|
||||
padding: 0px .5em;
|
||||
padding-right: 0px;
|
||||
margin: 0px;
|
||||
width: 11em;
|
||||
width: 13em;
|
||||
border: 0px !important;
|
||||
background: #d4d0c8 !important;
|
||||
background-color: #d4d0c8;
|
||||
overflow: hidden;
|
||||
left: 0px; }
|
||||
|
||||
TABLE#freeBusy TD.attendees IMG
|
||||
{ position: absolute;
|
||||
left: 0em;
|
||||
top: .5em; }
|
||||
top: 0.5em; }
|
||||
|
||||
TABLE#freeBusy TD.attendees INPUT
|
||||
{ width: 10em;
|
||||
{ width: 11.5em;
|
||||
margin: 0px;
|
||||
margin-left: 10px; }
|
||||
margin-left: 5px; }
|
||||
|
||||
TABLE#freeBusy TR.freeBusyHeader2 TH
|
||||
{ font-weight: normal; }
|
||||
|
||||
@@ -21,9 +21,10 @@ DIV.addressList
|
||||
{ margin: 5px; }
|
||||
|
||||
TABLE#addressList
|
||||
{ border: 1px solid #333;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-right: 1px solid #ccc;
|
||||
{ border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
border-top: 1px solid #444;
|
||||
border-left: 1px solid #444;
|
||||
border-spacing: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
||||
@@ -31,3 +31,31 @@ DIV.shadow3.css,
|
||||
|
||||
DIV.shadow4.css
|
||||
{ filter: alpha(opacity=40); }
|
||||
|
||||
/* UIxAppointmentEditor */
|
||||
|
||||
SPAN.content A
|
||||
{ line-height: 2.5em; }
|
||||
|
||||
SPAN.content > INPUT.textField
|
||||
{ width: 99%; }
|
||||
|
||||
/* UIxAttendeesEditor */
|
||||
|
||||
DIV#freeBusyView
|
||||
{ border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
border-top: 2px solid #222;
|
||||
border-left: 2px solid #222;
|
||||
left: 0.5em;
|
||||
margin-left: 0.5em; }
|
||||
|
||||
TABLE#freeBusy TH.attendees,
|
||||
TABLE#freeBusy TD.attendees
|
||||
{ background-color: #fff !important;
|
||||
padding-right: 5px;
|
||||
padding-left: 0px; }
|
||||
|
||||
TABLE#freeBusy TD.attendees INPUT
|
||||
{ border-bottom: 1px solid #ccc;
|
||||
border-right: 1px solid #ccc; }
|
||||
Reference in New Issue
Block a user