mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 23:26:24 +00:00
Monotone-Parent: 1917c0fd92cfcada439335d9d71cceeead0ab9c1
Monotone-Revision: 42b58443911b2b0947af5477ee58de454679c77d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-24T21:31:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
</div>
|
||||
|
||||
<form const:href="send" name="pageform" enctype="multipart/form-data">
|
||||
<div id="headerArea">
|
||||
<div id="attachmentsArea">
|
||||
<var:string label:value="Attachments:" />
|
||||
<ul id="attachments">
|
||||
@@ -32,6 +31,7 @@
|
||||
/></li></var:foreach>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="headerArea">
|
||||
<span class="headerField"><var:string label:value="From" />:</span>
|
||||
<var:popup const:name="from"
|
||||
list="fromEMails"
|
||||
|
||||
@@ -27,20 +27,22 @@ DIV.addressListElement
|
||||
|
||||
SPAN.headerField
|
||||
{ line-height: 1.8em;
|
||||
width: 5em;
|
||||
width: 7em;
|
||||
text-align: right; }
|
||||
|
||||
SPAN.headerInput INPUT
|
||||
{ width: 100%;
|
||||
{ width: 50%;
|
||||
padding-left: 24px;
|
||||
background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px center;
|
||||
margin-right: -12em; }
|
||||
background-position: 2px center; }
|
||||
|
||||
DIV#subjectRow
|
||||
{ margin-left: 9em; }
|
||||
|
||||
DIV#subjectRow INPUT
|
||||
{ background-image: none;
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
padding-left: .5em; }
|
||||
|
||||
div#compose_internetmarker
|
||||
|
||||
Reference in New Issue
Block a user