From 6ed25604a9f3d4a57b12ad1364af1690f43ec282 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 24 Aug 2008 14:06:29 -0400
Subject: [PATCH] -last fix's fix ;)

---
 skins/default/templates/compose.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index a7399a0..f3cc927 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -132,12 +132,12 @@
 
 <table border="0" cellspacing="0" width="100%" summary=""><tbody>
 <tr>
-<td>
+<td style="white-space: nowrap">
 <roundcube:button type="input" command="send" class="button" label="sendmessage" tabindex="8" />
 <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" />
 </td>
-<td style="text-align:center">
-  <label><span style="white-space:nowrap"><roundcube:label name="savesentmessagein" />:</span> <roundcube:object name="storetarget" /></label>
+<td style="text-align:center; white-space: nowrap">
+  <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" /></label>
 </td>
 <td style="text-align:right; white-space:nowrap">
  <roundcube:label name="editortype" />:&nbsp;

--
Gitblit v1.9.1