Improvments to email editor

Monotone-Parent: f9cf3e34986ed3ca9506b2146ff9c4177d2eb7e6
Monotone-Revision: 8ba93fdae75ee545af159a1b88dfb6faccbe7bc2

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-08-06T21:22:11
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-08-06 21:22:11 +00:00
parent 93982c1989
commit d0f60f9e93
2 changed files with 20 additions and 17 deletions

View File

@@ -151,10 +151,13 @@ UL#attachments LI
UL#attachments LI IMG
{ vertical-align: bottom; }
#pageContent TEXTAREA
#pageContent TEXTAREA,
#cke_text
{ position: absolute;
left: 0em;
right: 0em;
bottom: 0em;
top: 999em;
width: 99%; }
left: 0;
right: 0;
bottom: 0;
/*top: 999em;*/ }
#pageContent TEXTAREA
{ width: 99%; }