diff options
| author | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-15 08:21:02 +0000 |
|---|---|---|
| committer | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-15 08:21:02 +0000 |
| commit | 17aa19f431cf3519ebbb0d08d6fe5114d21d9951 (patch) | |
| tree | 34294a27d5813a45fbad5cfc13c1949ac4129335 /roundcubemail/skins/default | |
| parent | 357593e364d5be464bdafbdd462b7c8bf799eb89 (diff) | |
- Provide some additional usability for attachments form with "mainaction" class and a slightly bigger file field (CSS width doesn't works with file field so we need to use "size" property)
git-svn-id: https://svn.roundcube.net/trunk@2956 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index 7a5aa8dc6..12d5e945e 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -99,7 +99,7 @@ </form> -<roundcube:object name="composeAttachmentForm" id="attachment-form" /> +<roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" /> </body> </html> |
