diff options
author | alecpl <alec@alec.pl> | 2008-08-24 18:06:29 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-08-24 18:06:29 +0000 |
commit | 6ed25604a9f3d4a57b12ad1364af1690f43ec282 (patch) | |
tree | 7237a0a9db06a0a7e9c0f58fb6cf252cde9a5a28 /skins/default | |
parent | 20d7d9d49661ae8b4e9b359414b2658694e5a20b (diff) |
-last fix's fix ;)
Diffstat (limited to 'skins/default')
-rw-r--r-- | 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 a7399a08b..f3cc9279c 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -132,12 +132,12 @@ function rcmail_prev_sibling(elm) <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" />: |