diff options
author | alecpl <alec@alec.pl> | 2009-05-01 19:27:36 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-01 19:27:36 +0000 |
commit | 309d2f40a037a158db596068b7fb6799f94018c2 (patch) | |
tree | 98a1221b50cca406e84166c196bd60cc6439c63f /skins/default/mail.css | |
parent | 169249982db0d93e1a0a26ca4c91fc8bf3018f58 (diff) |
- jQuery'fied GoogieSpell 4.0 + some changes in compose
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index c66998dd9..93c63de0f 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -19,11 +19,13 @@ padding-right: 10px; } -#messagetoolbar select +#messagetoolbar select, +#compose-container select { font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; + height: 21px; } #messagetoolbar select.mboxlist @@ -913,6 +915,7 @@ div.message-htmlpart div.rcmBody #receipt-selector { padding-left: 30px; + white-space: nowrap; } #compose-container @@ -928,13 +931,25 @@ div.message-htmlpart div.rcmBody height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); } +#spellcheck-control +{ + text-align: right; + padding-top: 3px; +} + +#editor-select +{ + float: left; +} + #compose-div { position: absolute; - top: 110px; - bottom: 40px; + top: 130px; + bottom: 30px; width: 100%; vertical-align: top; + padding-top: 2px; } #compose-headers |