diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-24 18:06:29 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-24 18:06:29 +0000 |
| commit | c2cba3634ed97e153b9f893cd6013812936ca572 (patch) | |
| tree | da8f23a3822430ae99c1c8462865d11dd8536798 | |
| parent | 687da32a7958da778becd170ae9b78bd5664f939 (diff) | |
-last fix's fix ;)
git-svn-id: https://svn.roundcube.net/trunk@1680 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index a7399a08b..f3cc9279c 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/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" />: |
