diff options
author | thomascube <thomas@roundcube.net> | 2006-05-25 18:25:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-25 18:25:04 +0000 |
commit | ed5d29f4b3c57235594931d33dde7cccaf7cd58b (patch) | |
tree | ce9e2f54db0003ee9220913392213db99d5d04f6 /skins | |
parent | 079bc8796dc53d2355311324dea9d57aad1c9e77 (diff) |
Finalized GoogieSpell integration
Diffstat (limited to 'skins')
-rwxr-xr-x | skins/default/googiespell.css | 7 | ||||
-rw-r--r-- | skins/default/mail.css | 4 | ||||
-rw-r--r-- | skins/default/templates/compose.html | 1 |
3 files changed, 10 insertions, 2 deletions
diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css index 46ac0b0aa..5738338be 100755 --- a/skins/default/googiespell.css +++ b/skins/default/googiespell.css @@ -43,10 +43,16 @@ } .googie_list_close { + font-size: 11px; color: #b91414; } +.googie_list_onhover .googie_list_close { + color: #FFFFFF; +} + .googie_list_revert { + font-size: 11px; color: #b91479; } @@ -73,6 +79,7 @@ .googie_check_spelling_ok { color: green; + font-size: 11px; text-decoration: underline; cursor: pointer; } diff --git a/skins/default/mail.css b/skins/default/mail.css index 5b4ee3aea..3bdbf6d16 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -674,14 +674,14 @@ div.message-part pre #priority-selector { position: absolute; - left: 180px; + left: 220px; top: 10px; } #receipt-selector { position: absolute; - left: 350px; + left: 390px; top: 10px; } diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index e827a024a..e2f41a007 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -34,6 +34,7 @@ function rcmail_toggle_display(id) <roundcube:button command="list" image="/images/buttons/back_act.png" width="32" height="32" title="backtolist" /> <roundcube:button command="send" imageAct="/images/buttons/send_act.png" imagePas="/images/buttons/send_pas.png" width="32" height="32" title="sendmessage" /> <!--<roundcube:button command="contacts" imageAct="/images/buttons/contacts_act.png" imagePas="/images/buttons/contacts_pas.png" width="32" height="32" title="addressbook" />--> +<roundcube:button command="spellcheck" imageAct="/images/buttons/spellcheck_act.png" imagePas="/images/buttons/spellcheck_pas.png" width="32" height="32" title="checkspelling" /> <roundcube:button command="add-attachment" imageAct="/images/buttons/attach_act.png" imagePas="/images/buttons/attach_pas.png" width="32" height="32" title="addattachment" /> <div id="priority-selector"> |