-
+
<%- @T('select attachment..') %>
-
+
<%- @T('Uploading') %> (0 %) ...
-
-
<%- @T('Cancel Upload') %>
+
+
<%- @T('Cancel Upload') %>
-
+
<%- @T('Drop Files here') %>
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/generic/attachment_item.jst.eco b/app/assets/javascripts/app/views/generic/attachment_item.jst.eco
index 223d52a6a..1d8e9c1f9 100644
--- a/app/assets/javascripts/app/views/generic/attachment_item.jst.eco
+++ b/app/assets/javascripts/app/views/generic/attachment_item.jst.eco
@@ -1,7 +1,7 @@
-
-
<%= @fileName %>
+
+
<%= @fileName %>
<%= @fileSize %>
-
-
<%- @T('Delete File') %>
+
+ <%- @T('Delete File') %>
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/layout_ref/communication_reply.jst.eco b/app/assets/javascripts/app/views/layout_ref/communication_reply.jst.eco
index 79a7768c3..3041c01d4 100644
--- a/app/assets/javascripts/app/views/layout_ref/communication_reply.jst.eco
+++ b/app/assets/javascripts/app/views/layout_ref/communication_reply.jst.eco
@@ -14,45 +14,45 @@
<%- @content %>
-
-
+
-->
+
Antwort eingeben oder
-
+
Dateien wählen..
-
+
<%- @T('Uploading') %> (0 %) ...
-
-
<%- @T('Cancel Upload') %>
+
+ <%- @T('Cancel Upload') %>
-
+
<%- @T('Drop Files here') %>
diff --git a/app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco b/app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco
index 1de3b32d7..0e6cb1065 100644
--- a/app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco
+++ b/app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco
@@ -54,28 +54,28 @@
<%- @article.body %>
-
+
<%- @T('Enter Answer or') %>
-
+
<%- @T('select attachment..') %>
-
+
<%- @T('Uploading') %> (0 %) ...
-
-
<%- @T('Cancel Upload') %>
+
+ <%- @T('Cancel Upload') %>
-
-
+
+
<%- @T('Drop Files here') %>
diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss
index 3a8619a6b..21ad93302 100644
--- a/app/assets/stylesheets/zammad.css.scss
+++ b/app/assets/stylesheets/zammad.css.scss
@@ -3047,12 +3047,20 @@ footer {
font-size: 20px;
margin: 5px;
display: none;
+ @extend .fit;
}
.is-dropTarget .dropArea {
display: block;
}
+ .dropArea-inner {
+ @extend .fit;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+
.shortcut .dropdown-menu > .active > a {
background: none;
}
@@ -3312,6 +3320,7 @@ footer {
padding: 10px 0;
color: #b3b3b3;
overflow: hidden;
+ @extend .u-unclickable, .u-textTruncate;
}
.attachments:not(:empty) {
@@ -3325,6 +3334,7 @@ footer {
padding: 1px 10px 1px 7px;
cursor: default;
position: relative;
+ display: flex;
}
.attachment:hover {
@@ -3334,6 +3344,7 @@ footer {
.attachment-name {
margin-right: 5px;
word-break: break-all;
+ @extend .u-highlight;
}
.attachment-size {
@@ -3347,6 +3358,8 @@ footer {
text-decoration: underline;
display: none;
white-space: nowrap;
+ margin-left: auto;
+ @extend .u-clickable;
}
.attachment:hover .attachment-delete {
@@ -3359,7 +3372,9 @@ footer {
}
.attachment-delete .icon {
- opacity: 0.2;
+ fill: hsl(198,18%,72%);
+ width: 9px;
+ height: 9px;
margin-right: 5px;
}
@@ -3368,6 +3383,7 @@ footer {
display: inline-block;
overflow: hidden;
vertical-align: bottom;
+ @extend .u-highlight, .u-clickable;
}
.attachmentUpload {
@@ -3375,11 +3391,15 @@ footer {
}
.attachmentUpload-cancel {
+ @extend .u-clickable;
+ margin-left: auto;
text-decoration: underline;
}
- .attachmentUpload .delete.icon {
- opacity: 0.33;
+ .attachmentUpload .icon {
+ fill: hsl(198,18%,72%);
+ width: 9px;
+ height: 9px;
margin-right: 5px;
}