diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-09-25 16:53:38 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-09-25 16:53:38 +0000 |
| commit | a54c76a1fc8917231c034ffc1938fe54b77b7c3d (patch) | |
| tree | a9e23d9c801952945ac52140d6d82b769a1ce263 /roundcubemail/skins/default | |
| parent | 91d7d2e8e58f5858a49f17e259ef597ccecea2a9 (diff) | |
*** empty log message ***
git-svn-id: https://svn.roundcube.net/trunk@7 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 239024c73..eb8d67cae 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index 7ff5f3006..5fd5e7397 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/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> |
