mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 21:39:28 +00:00
Monotone-Parent: dd3a6ac21f30dcf6ec5ba14942eff06fc8888e54
Monotone-Revision: 99678ac51fdef1047f37db7c25c8664b99b53d4b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-19T23:10:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
/></div>
|
||||
<!-- separator line --><hr/>
|
||||
</div>
|
||||
<textarea name="text" rows="30" var:value="text" />
|
||||
<textarea name="text" rows="30" var:value="text"/>
|
||||
<!-- img rsrc:src="tbird_073_compose.png" alt="screenshot" / -->
|
||||
</form>
|
||||
</var:component>
|
||||
|
||||
@@ -28,5 +28,7 @@ DIV#identitiesView
|
||||
padding-left: 5px; }
|
||||
|
||||
#signature
|
||||
{ width: 380px;
|
||||
{ overflow: auto;
|
||||
width: 380px;
|
||||
max-width: 380px;
|
||||
height: 125px; }
|
||||
|
||||
@@ -196,7 +196,7 @@ DIV, TEXTAREA, INPUT, SELECT
|
||||
font-size: inherit; }
|
||||
|
||||
TEXTAREA, INPUT.textField
|
||||
{ padding: .2em;
|
||||
{ padding: 0px;
|
||||
margin: .15em;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
|
||||
Reference in New Issue
Block a user