diff options
Diffstat (limited to 'skins')
-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" />: |