summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/templates/compose.html
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-17 18:21:07 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-17 18:21:07 +0000
commitfee7af26602ff8426035457b7fd3bce9b2bd5f3e (patch)
tree18a188f4c466b83cd525719534c3d6adf1b72d01 /roundcubemail/skins/default/templates/compose.html
parent4683af0285637c6f46a7845e7db76da6f04965ac (diff)
- use popupmenu style for attachments upload form
- move .popupmenu style definition to common.css git-svn-id: https://svn.roundcube.net/trunk@3375 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/compose.html')
-rw-r--r--roundcubemail/skins/default/templates/compose.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html
index 661ec4d07..3b9cd4003 100644
--- a/roundcubemail/skins/default/templates/compose.html
+++ b/roundcubemail/skins/default/templates/compose.html
@@ -101,7 +101,7 @@
</form>
-<roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" />
+<roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" class="popupmenu" />
</body>
</html>