diff options
author | thomascube <thomas@roundcube.net> | 2011-12-30 16:02:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-30 16:02:24 +0000 |
commit | f5521a4a6d2132f8fe49c66858326e00e9a68b84 (patch) | |
tree | e23dc14633efc5ea53479670617859fa0a9cde5d /skins/larry/mail.css | |
parent | e193a0272ecdc15badda1d851d95a2ac6b50a9aa (diff) |
Add button to clone file upload fields for mutli-file uploads
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 464082237..efee660d5 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1110,5 +1110,12 @@ div.message-part blockquote blockquote blockquote { border-bottom: 1px solid #ddd; } +#uploadform a.iconlink { + margin-left: 1em; + text-indent: -1000px; +} +#uploadform form div { + margin: 4px 0; +} |