Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-05-04 10:36:25 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-05-09 09:51:25 +0300
commitabf8ea1cf8715bfb6f28c4c0f2a924e5e5f8bae2 (patch)
tree225dd9c4c7fbc803744553a9cf1f037db1ab7833 /css
parent8298bb4e6ce049ea04207583ba8b3c914700c952 (diff)
show import button if attachment is of type 'text/calendar'
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/mail.css b/css/mail.css
index f6aa0b746..8a5172a1c 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -663,7 +663,8 @@ input.submit-message,
max-height: 120px;
}
.attachment-save-to-cloud,
-.attachment-download {
+.attachment-download,
+.attachment-import {
position: absolute;
height: 32px;
width: 32px;
@@ -675,6 +676,9 @@ input.submit-message,
.attachment-download {
right: 41px;
}
+.attachment-import {
+ right: 79px;
+}
/* show icon + text for Download all button
as well as when there is only one attachment */
.attachments-save-to-cloud,