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:
Wolfgang Sourdeau
2007-11-19 23:10:23 +00:00
parent e8594d0af6
commit 93f1cacaa5
3 changed files with 5 additions and 3 deletions

View File

@@ -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>

View File

@@ -28,5 +28,7 @@ DIV#identitiesView
padding-left: 5px; }
#signature
{ width: 380px;
{ overflow: auto;
width: 380px;
max-width: 380px;
height: 125px; }

View File

@@ -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;