diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-01 19:27:36 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-01 19:27:36 +0000 |
| commit | d37ef231324a5048c1bc9ffccfbffa0e1ff03953 (patch) | |
| tree | 5998d9ff6bdef2f9ed505a908cbb34c7e75544a5 /roundcubemail/skins/default/mail.css | |
| parent | 470e094dea33c33074e96720950eb8893199a260 (diff) | |
- jQuery'fied GoogieSpell 4.0 + some changes in compose
git-svn-id: https://svn.roundcube.net/trunk@2443 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index c66998dd9..93c63de0f 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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 |
