diff options
author | thomascube <thomas@roundcube.net> | 2005-09-25 16:53:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-09-25 16:53:38 +0000 |
commit | 20a1b3a0e1a46266b149a23562bb71680e666edb (patch) | |
tree | 5d9b365504637a59020d45f26aab4c357c549077 /skins | |
parent | 4e17e6c9dbac8991ee8b302cb2581241247dc8bc (diff) |
*** empty log message ***
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 2 | ||||
-rw-r--r-- | skins/default/templates/compose.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 239024c73..eb8d67cae 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -187,6 +187,8 @@ background-color: #F9F9F9; list-style-image: none; list-style-type: none; + overflow: hidden; + white-space: nowrap; } #mailboxlist li diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 7ff5f3006..5fd5e7397 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -95,7 +95,7 @@ function rcmail_toggle_display(id) </div> <div id="compose-attachments"> -<div>Attachments</div> +<div><roundcube:label name="attachments" /></div> <roundcube:object name="composeAttachmentList" /> <p><roundcube:button command="add-attachment" imagePas="/images/buttons/add_pas.png" imageAct="/images/buttons/add_act.png" width="23" height="18" title="addattachment" /> </div> |