my-files: Resize preview image max size and file name
@ae50f20c368c5a999bc1ea6c7f3c351b2a70032f
--- app/assets/stylesheets/less/_page.less
+++ app/assets/stylesheets/less/_page.less
... | ... | @@ -6552,6 +6552,7 @@ |
6552 | 6552 |
} |
6553 | 6553 |
|
6554 | 6554 |
.attachment-files { |
6555 |
+ color: gray; |
|
6555 | 6556 |
.attachment-files-header { |
6556 | 6557 |
font-size: 16px; |
6557 | 6558 |
font-weight: bold; |
... | ... | @@ -6578,15 +6579,15 @@ |
6578 | 6579 |
padding: 5px; |
6579 | 6580 |
font-family: @fixed-font-family; |
6580 | 6581 |
line-height: 30px; |
6582 |
+ border: 1px solid #fff; |
|
6581 | 6583 |
border-bottom: 1px solid #eee; |
6582 | 6584 |
margin-left: auto !important; |
6583 | 6585 |
.file-preview { |
6584 |
- max-height: 80px; |
|
6586 |
+ max-height: 40px; |
|
6585 | 6587 |
overflow: hidden; |
6586 | 6588 |
margin-left: auto; |
6587 | 6589 |
img { |
6588 |
- border: 1px solid #777; |
|
6589 |
- max-width: 60px; |
|
6590 |
+ max-width: 40px; |
|
6590 | 6591 |
box-sizing: border-box; |
6591 | 6592 |
} |
6592 | 6593 |
} |
... | ... | @@ -6596,6 +6597,8 @@ |
6596 | 6597 |
padding-right: 5px; |
6597 | 6598 |
} |
6598 | 6599 |
font-family: @base-font-family; |
6600 |
+ font-weight: bold; |
|
6601 |
+ color: black; |
|
6599 | 6602 |
} |
6600 | 6603 |
.file-size { |
6601 | 6604 |
text-align: right; |
... | ... | @@ -6617,7 +6620,7 @@ |
6617 | 6620 |
} |
6618 | 6621 |
} |
6619 | 6622 |
.hover { |
6620 |
- background-color: #f1f1f1; |
|
6623 |
+ border: 1px solid #10A2E4; |
|
6621 | 6624 |
} |
6622 | 6625 |
} |
6623 | 6626 |
|
--- app/assets/stylesheets/less/_responsive.less
+++ app/assets/stylesheets/less/_responsive.less
... | ... | @@ -451,7 +451,7 @@ |
451 | 451 |
.attachment-file-detail { |
452 | 452 |
.file-name { |
453 | 453 |
max-width: 200px; |
454 |
- font-size: 12px; |
|
454 |
+ font-size: 14px; |
|
455 | 455 |
word-break: break-all; |
456 | 456 |
} |
457 | 457 |
.file-size { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?