summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-08-09 21:55:14 +0000
committersvncommit <devs@roundcube.net>2007-08-09 21:55:14 +0000
commit4b9efbb9f49911b17bde2d46b86df825e987101e (patch)
tree9bac87e1a7399cd938c12b5f8c82b9561e4912f8 /skins
parent6d969b4d9020560d3491d19a5b0487e325e9bce4 (diff)
Fixes interface lock-up issues and minor bugs (richs)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/mail.css2
-rw-r--r--skins/default/templates/compose.html2
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" />