diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 2 | ||||
-rw-r--r-- | skins/default/templates/compose.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 0e2466c13..ed3b1fcd7 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -338,7 +338,7 @@ html>body*#messagecontframe { position: absolute; left: 20px; - width: 160px; + width: 170px; bottom: 20px; height: 16px; overflow: hidden; diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 8fbb2985e..99049f8f0 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -31,7 +31,7 @@ function rcmail_toggle_display(id) <form name="form" action="./" method="post"> <div id="messagetoolbar"> -<!--<roundcube:button command="list" image="/images/buttons/back_act.png" imageSel="/images/buttons/back_sel.png" imageAct="/images/buttons/back_act.png" width="32" height="32" title="backtolist" />--> +<roundcube:button command="list" image="/images/buttons/back_act.png" imageSel="/images/buttons/back_sel.png" imageAct="/images/buttons/back_act.png" width="32" height="32" title="backtolist" /> <roundcube:button command="send" imageSel="/images/buttons/send_sel.png" imageAct="/images/buttons/send_act.png" imagePas="/images/buttons/send_pas.png" width="32" height="32" title="sendmessage" /> <roundcube:button command="spellcheck" imageSel="/images/buttons/spellcheck_sel.png" imageAct="/images/buttons/spellcheck_act.png" imagePas="/images/buttons/spellcheck_pas.png" width="32" height="32" title="checkspelling" /> <roundcube:button command="add-attachment" imageSel="/images/buttons/attach_sel.png" imageAct="/images/buttons/attach_act.png" imagePas="/images/buttons/attach_pas.png" width="32" height="32" title="addattachment" /> |